/*@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";*/
.table {
    margin: 1em 0;
    /*min-width: 300px;*/
}
.table .tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table .th {
    /*display: none;*/
    font-weight: bold;
}
.table .td {
    display: block;
}

.table .td,.th {
    border-bottom: 1px solid #0a549730;
    min-height: 30px;
}

.table .td:first-child {
    padding-top: .5em;
}
.table .td:last-child {
    padding-bottom: .5em;
}
.table .td:before {
    /*content: attr(data-th) ": ";*/
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
@media (min-width: 480px) {
    .table .td:before {
        display: none;
    }
}
.table .th, .table .td {
    text-align: left;
}
@media (min-width: 480px) {
    .table .th, .table .td {
        display: table-cell;
        padding: .25em .5em;
    }
    .table .th:first-child, .table .td:first-child {
        padding-left: 0;
    }
    .table .th:last-child, .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: #dcdcdc;*/
/*}*/

.table {
    background: #dcdcdc;
    color: #0f5258;
    border-radius: .4em;
    overflow: hidden;
}
.table tr {
    border-color: #46637f;
}
.table th, .table td {
    margin: .5em 1em;
}
@media (min-width: 480px) {
    .table th, .table td {
        padding: 1em !important;
    }
}
.table th, .table td:before {
    color: #00519c;
}
