body, table{ font-size:1em;}
/* For desktop: */
[class*="col-"] {
        width: 100%;
        float:left;
    }
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3, .col-3f {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.w100{
    width: 100%;
    height: auto;
}

.clear{
    clear:both; 
    height:20px;
}

.title{  
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0000CC;
    background: #efefef;
    border-bottom: #4a5a6b solid 2px;
    padding: 5px 0;
}

.footer{  
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    background: #efefef;
    border-top: #4a5a6b solid 2px;
    padding: 5px 0;
    height:60px;
}

#c1 {    
    background: none;    
}

input[type=radio] {
    border: 0px;
    width: 2em;
    height: 2em;
    vertical-align: middle;
}

.button {
    background-color: #4a5a6b; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .col-3{width:33%}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .col-3, .col-3f{width:50%}	
}

@media only screen and (max-width: 480px) {
    /* For mobile phones: */
    .col-3{width:100%}
    .col-3f{width:50%; padding-top: 10px;}
	body, table{ font-size:1.3em;}
}

    
