﻿@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");

body {
    background: #f0f4f4;
    color: #5b5b5b;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 400px;
}

    input.textbox {
        max-width: 400px;
    }
    */

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.adsense-left{
    float: left;
    position:relative;
    margin-top: 260px;
}

.adsense-right {
    float: right;
    position: relative;
    margin-top: 260px;
    width: 160px;
    height: 600px
}