
body {
    background-color: #DDDDDD;
}

a, a:hover {
    text-decoration: none;
}

.page_title {
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 1.2em;
    font-weight: bold;
}


.spec_title {
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 1.1em;
    font-weight: bold;
}


.sub_title {
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 0.9em !important; 
}


.img-cover {
    object-fit: cover;  /*contain*/
}
