th a {
    color: #faca06;
    text-decoration: none;
}
th a:hover, a:focus {
    color: #faca06;
    text-decoration: underline;
}
.table-responsive thead th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.table-responsive thead th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.table-responsive .table thead tr th {
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    color: #fff;
}
.table thead tr th {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    color: rgba(44, 44, 44, 0.35);
    text-align:center;
}
.table-responsive thead th {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 20px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #17A7BA), color-stop(100%, #4a5564));
    background-image: -moz-linear-gradient(#17A7BA, #4a5564);
    background-image: -webkit-linear-gradient(#17A7BA, #4a5564);
    border-top: 1px solid #858d99;
}

.inmodal .modal-header {
    padding: 10px 15px;
    text-align: center;
    background-color: #f39c12;
}

h4.modal-title {
    color: #fff;
}