.rwd-table {
margin: 1em 0;
min-width: 300px;
}
.rwd-table tr {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;

}
.rwd-table th {
/*display: none;*/
height: 50px;
border: 1px solid #f2f5f7;
/*border: 1px solid #CCCCCC;*/
padding: 5px 15px;
font-size: 12px;

}
.rwd-table td {
border: 1px solid #CCCCCC;
padding: 5px 15px;
font-size: 10px;

}
.rwd-table td:first-child {
padding-top: .5em;

}

@media (min-width: 480px) {

.rwd-table td:before {
display: none;
}

}

.rwd-table th, .rwd-table td {
text-align: left;
}

@media (min-width: 480px) {

.rwd-table th, .rwd-table td {
display: table-cell;
padding: .25em .5em;

}

.rwd-table th:first-child, .rwd-table td:first-child {

padding-left: 0;
}

.rwd-table th:last-child, .rwd-table td:last-child {

padding-right: 0;
}

}

body {
padding: 0 2em;
font-family: Montserrat, sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
color: #444;
background: #eee;
}


h1 {

font-weight: normal;
letter-spacing: -1px;
color: #34495E;
}


.rwd-table {
background: #34495E;
color: #fff;
border-radius: .4em;
overflow: hidden;
}

.rwd-table tr {
border-color: #46627f;

}

.rwd-table th, .rwd-table td {
margin: .5em 1em;
}

@media (min-width: 480px) {

.rwd-table th, .rwd-table td {
padding: 1em !important;

}

}

.rwd-table th, .rwd-table td:before {
color: #dd5;
}