/* ads.css: style sheet for ads page */

.main_title {
  right       : -190px;
}

.section_heading {
border-top    : 1px solid black;
border-bottom : 1px solid black;
background    : rgb(200, 200,200);
padding-left  : 3px;
margin-top    : 4em;
}

.ad_item{
border-left   : 1px solid blue;
border-bottom : 1px solid blue;
margin-top    : 2em;
margin-bottom : 2em;
padding       : 5px;
}

.ad_title {
font-weight   : bold;
}

.ad_placed_date {
font-size      : 50%;
}

