﻿

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }


html, body { font-family: Arial, Helvetica, sans-serif; font-size: 15px; /*width: 100%; height: 100%; min-height: 100%;*/ margin: 0; padding: 0; }

body { line-height: 1; }

footer { position: static; }

@page:last {
    @bottom-center { content: element(footer); }
}

a { color: #0066cc; text-decoration: none; }
a:hover { color: #555; text-decoration: underline; }
a:active { color: #000; }
a:visited { color: #0066cc; }

.ResultsColumn { left: 0; width: 75%; }

.container {width:1170px; }

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left!important;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666666666666%;
}
.col-md-10 {
  width: 83.33333333333334%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666666666666%;
}
.col-md-7 {
  width: 58.333333333333336%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666666666667%;
}
.col-md-4 {
  width: 33.33333333333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.666666666666664%;
}
.col-md-1 {
  width: 8.333333333333332%;
}

.col-print-12 {
    width: 100% !important;
}


/* Fix for search result page pull and push layout */
.Results .col-md-push-6 { left: 50%;}
.Results .col-md-pull-6 { right: 50%;}

/* Fix for PRO favorite page pull and push layout */
.ResultsColumn .col-md-pull-9 {  right: 75%;}
.ResultsColumn .col-md-push-3 { left: 25%;}

