@charset "UTF-8";

.pubT{
    color: #00395d;
    font-size: 24px;
    font-weight: bold;
}

#pubTableC .btn-default{
    color: #00395d;
    border-color: #00395d;
}

#pubTableC .form-control{
    color: #00395d;
    border-color: #00395d;
    border-radius: 4px;
}

#pubTable > thead > tr > th{
    background-color: #F2F2F2;
    font-size: 18px;
    color: #00395d;
}

#pubTable > thead > tr > th,
#pubTable > tbody > tr > td{
    word-wrap: break-word;
}

#pubTable tbody > tr > td a{
    text-decoration: none;
    cursor: pointer;
}

#pubTableC .page-list .caret{
    border-top: 4px dashed;
    border-bottom: 0;
}

#pubTableC .dropdown-menu{
    margin: 0;
    border-radius: 0;
}

#pubTableC .fixed-table-pagination .dropup .dropdown-menu{
    top: 100%;
    bottom: auto;
    min-width: 54px;
}

#detail-contents-pubTra p:first-child{
    font-weight: bold;
}

#detail-contents-pubTra p{
    margin-bottom: 0;
}
