@charset "utf-8";
#container {width:85%; margin:auto; margin-top: 30px; margin-bottom: 30px; background-color: #ffffff; padding:5px; text-align:center; box-shadow:-webkit-box-shadow: -1px 7px 23px 0px rgba(0,0,0,0.5);
-moz-box-shadow: -1px 7px 23px 0px rgba(0,0,0,0.5);
box-shadow: -1px 7px 23px 0px rgba(0,0,0,0.5);}
.image {width:50%; height:auto;}
.image2 {width:80%; height:auto;}
#container2 {width: 100%; margin:auto; padding-top: 5px; padding-bottom: 5px; }
body {background-color: rgba(232,232,232,1.00); font-family: 'Open Sans', sans-serif;}
.ss-q-title, .ss-secondary-text {margin-bottom: 10px;}
h2 {font-family: 'Oswald', sans-serif; font-size: 1.2em;}
hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

