/*-------------------------------- 
 * CSS override to change template.
---------------------------------*/

/* edit body font size up and improve contrast */

body {
    font-size: 15px;
    line-height: 24px;
    color: #444444;
}

/* tag Colour to site red */

.label-info[href], .badge-info[href] {
    background-color: #C1282D;
}


/* Inventory Highlight border to site red */
a.thumbnail:hover, a.thumbnail:focus {
    border-color: #c1272d;
    box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}