﻿/* ------------------------------------------------------------------------- */
/* Advert                                                                    */
/* ------------------------------------------------------------------------- */

.Advert {
   border: solid #1066A2 5px;
   color: #1066A2;
   background-color: white;
   margin-left: auto;
   margin-right: auto;
   padding: 5px;
   text-decoration: none;
   width: 43.2em;
}

.AdvertInfo {
   background-color: #F1F5F6;
   color: #1066A2;
   padding-bottom: 5px;
}

.AdvertCallToAction {
   font-size: 1.2em;
   margin-top: 5px;
   text-align: center;
}

.AdvertLink {
   color: white;
}

/* ------------------------------------------------------------------------- */
