﻿
.viewcat-page h2,
.viewcat-page h3{
    font-weight: 600;
    font-size: 16px;
    margin: 6px 0;
}

.viewcat-page h2 a,
.viewcat-page h3 a{
    color: #333
}
.viewcat-page h2 a:hover,
.viewcat-page h3 a:hover{
    color: #1ba0e2
}
.viewcat-page img{
    margin-right: 15px
}

.other-news .h3{
    font-size: 16px;
    margin-bottom: 8px;
}
.other-news li{
    display: block;
    margin-bottom: 5px !important
}
.other-news h4{
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}
.bodytext td{
    padding: 10px;
    border: 1px solid #c5c5c5;
}

@media (max-width:767px){
    .viewcat-page img{
        width: 100%;
        margin: 0 0 10px 0;
    }
}