﻿#BDate-Control select {
     padding-left: 10px;
     float:left;
     width: 85px;
}
.col-10-px {
padding:5px;
float:left;
}
.red {
color:red;
font-size:16px;
}
.header {
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 1px 3px 7px #f2f2f2;
    float: left;
    text-align: center;
    width: 100%;

}
.footer {
 background-color:#DA251B;
 float:left;
 width:100%;
 text-align:center;
    padding: 10px 0;
 text-decoration:none;
   box-shadow: 0 5px 1px #c4c4c4;
}
 .footer  a{
     
     color:white;
    }
    .footer a:hover {
     text-decoration:underline;
     color:white;
    }
.grmcolor {
 background-color:#6AA730;
 width:100%;
 position:absolute;
 z-index:0;

}

h3 {
 font-family:'Comic Sans MS'; 
 font-weight:bold;
 color:#d2691e;
}

#Preview canvas {
margin:5px;
}

@media only screen and (max-width:480px) {

        .header-continue img {
         width:100%;
        }
}

