/*************************************  topNav *************************************/


.topBar {
    padding-top: 59px;
  
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 60px;
}

.topBar h3{
    padding-bottom: 0px;

/*    margin-bottom: 0px;*/
}



.interstingTags {
    padding: 10px;
    padding-bottom: 0px;
    display:inline-block;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid white;
    border-radius:4px;
    background-color: #faf8f5;
}

.interstingTags a .oneTag {
    font-size: 14px;
    color: #000;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 999px;
    margin-bottom: 10px;
}


.interstingTags a:hover .oneTag,
.interstingTags a:hover .oneTag.focus,
.interstingTags a .oneTag.focus{
    color: #fff;
    background-color: #727272;
    opacity: 1 !important;
}

.interstingTags a .oneTag.focus{
     background-color: #000;
    color: #fff;
}

/*************************************  newsList *************************************/

.newsList .assort{
    color: #727272;
    float: right;
    cursor: pointer;
}

.newsList .assort:hover{
    opacity: 0.7;
}

.newsList .assort p:after{
/*    content: url(../img/icons/assortUp.svg);*/
    float: right;
    margin-left: 7px;
}

.newsList .assort p.up:after{
    content: url(../img/icons/assortUp.svg);
    margin-top: 0px;
}

.newsList .assort p.down:after{
    content: url(../img/icons/assortDown.svg);
    margin-top: 2px;
}


.newsList .table > tbody > tr > td {
     vertical-align: middle;
}

.newsList .table-hover> tbody> tr:hover{
    background-color:#FAF8F5;
}

.newsList .table{
    border-bottom: 1px solid #dfe2e6;
    min-width: 600px;
}

.newsList .table thead {
    background-color: #e6e4e1;
    
}

.newsList .table thead tr th{
    font-size: 14px;
    font-weight: normal;
}

.newsList .table .p20{
    line-height: 1.5;
}



a .downloadIcon{
    width:20px;
    height: 20px;
    background-image: url(../img/icons/download.svg);
    background-size: contain;
}

a:hover .downloadIcon{
    background-image: url(../img/icons/downloadHover.svg);
}