.table {width: 100%;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);display: table;}.table.no-style{box-shadow: 0 0 0;}.table.no-style .row{background-color: rgba(255,255,255,0);}.row {display: table-row;background: #f6f6f6;}.row:nth-of-type(odd) {background: #e9e9e9;}.row:hover{background: #dfdfdf;cursor: pointer;}.row.header, .cell.header {font-weight: bold;text-align: left;color: #ffffff;background: #ea6153;}.row.blue, .cell.blue {background: #2980b9;border-bottom: 2px solid #267db3;}.row.yellow, .cell.yellow {background: #FFCC00;border-bottom: 2px solid #FFCC00;}.row.green, .cell.green {background: rgb(38,166,91);color: #fff;border-bottom: 2px solid #0a95b9;}.row.red, .cell.red {background: #ea6153;color: #fff;border-bottom: 2px solid #0a95b9;}.cell.header{vertical-align:middle;}.cell {padding: 10px;display: table-cell;}.cell img{max-width: 300px;}.table.loading{display:none;}.table.loaded{display:table;}@media only screen and (max-width: 700px) {.table.responsive .cell{display: block;}}