﻿h1 {
    margin-bottom: 0px;
}

.clearBoth {clear: both; height:0px;}

.genericBorderBox {
    border: 1px solid;
    padding: 5px;
}

.genericBottomMargin {
    margin-bottom: 10px;]
}

.alignRight {text-align: right;}

.floatRight {float: right;}

.motoringSubBanner {
    text-align: center;
    padding-bottom: 5px;
}

/* Hide Reviews Aggregate */
.reviewHdn {
    /* visibility: hidden; display: none; */
    text-align: right;
}

.cookieinfo {
    font-size:14px;
    border: 1px solid;
    margin: -1% 1% 1% 1%;
    padding: 1%;
    background: pink;
    text-align: center;
    width: 96%;
}

/* News features */
.newsFeature {

}

.newsFeature img {
    display: block;
    margin: auto;
    border: 1px #cccccc solid;
}

.newsFeature a {
    color: #C39;
}

.newsFeature h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 24px;
    text-align: left;
    border-bottom: 1px dotted;
}

.newsFeature h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 18px;
}

.newsFeature ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   padding-left: 15px;
   padding-top: 5px;
   padding-bottom: 5px;
}

.newsFeature hr {
    padding: 0px;
    margin: 0px;
    height: 1px;
    }