.region-content .date-display-single {
    display:inline;
}

div.field-type-file table th {
    min-width:95px;
}

.flex-active-slide {
    background-color:#F1F1F1;
}

.disclaimer p {
    color: red;
    font-weight: bold;
}

.views-table{
    width:100%
    }
.views-table thead,.views-table tbody{
    background:none;
    border:none
    }
.views-table tr{
    border-top:1px solid #464646
    }
.views-table thead tr{
    border-top:0
    }
.views-table th,.views-table td{
    background-color:#fff !important;
    padding:3px 5px;
    vertical-align:top;
    border:none;
    color:#333333;
    font-family:"Open Sans",sans-serif;
    font-size:16px;
    line-height:1.5
    }
.views-table th a,.views-table td a{
    font-weight:500;
    color:#f7941d
    }
.views-table th{
    font-weight:bold;
    color:#000;
    padding:10px 5px
    }
    
    @media (max-width: 600px){
        .views-table th:last-child,.views-table td:last-child{
            display:none
            }
        }