.row{clear:both;margin-right:-1%;margin-left:-1%;margin-bottom:15px;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row > div{position:relative;min-height:1px;margin-right:1%;margin-left:1%;float:left;-webkit-box-flex:0;-webkit-flex:0 0 48%;-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%}
.row > section{padding:15px;background:#fff;box-shadow:0 0 3px #DEDEDE;position:relative;min-height:1px;margin-right:1%;margin-left:1%;float:left;-webkit-box-flex:0;-webkit-flex:0 0 98%;-ms-flex:0 0 98%;flex:0 0 98%;max-width:98%}
.alert{background:#DAE1D3;color:#456A25;padding:10px;border-radius:5px;min-height:50px}
.alert button{float:right;background:rgba(0,0,0,0.2);border:none;cursor:pointer}