@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGMVNtom4QlEDNJaqqqzqdSs.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGCmgpmuQqK2I-L2S9cF65Ek.woff) format('woff');
}

.silk-table {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #808080;
    margin-top: 40px;
}
.silk-table > thead > tr > th {
    padding: 5px;
    border-bottom: 2px solid #DDD;
    color: #333;
}

.silk-table > tbody > tr > td {
    border-top: 1px solid #DDD;
    padding: 5px;

}

.silk-table > tbody > tr > td:first-child {
    color: #428BCA;
    text-decoration: underline;
    cursor: pointer;
}

.hiddenRow {
    padding: 0 !important;
    border-top: none !important;
}

.catalog {
    margin-bottom: 10px;
    margin-top: 5px;
}

.catalog-overlay {
    left: 20px;
    bottom: 20px;
    color: #797979;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.silk-table > tr:last-child td {
}

.silk-table > tbody > tr:last-child > td:first-child {
    text-decoration: none;
    color: #a5a5a5;
    cursor: default;
}
