@media (min-width: 768px) {
    .width-100 {width: 100%;}
    .width-90 {width: 90%;}
    .width-80 {width: 80%;}
    .width-75 {width: 75%;}
    .width-70 {width: 70%;}
    .width-60 {width: 60%;}
    .width-50 {width: 50%;}
    .width-40 {width: 40%;}
    .width-33 {width: 33.333%;}
    .width-30 {width: 30%;}
    .width-25 {width: 25%;}
    .width-20 {width: 20%;}
    .width-10 {width: 10%;}
    .width-5 {width: 5%;}

	._width-97 input[type="text"], ._width-97 textarea, ._width-97 select, ._width-97 .customSelect {width:97%;}
	._width-95 input[type="text"], ._width-95 textarea, ._width-95 select, ._width-95 .customSelect {width:95%;}
	._width-90 input[type="text"], ._width-90 textarea, ._width-90 select, ._width-90 .customSelect {width:90%;}
	._width-75 input[type="text"], ._width-75 textarea, ._width-75 select, ._width-75 .customSelect {width:75%;}				
	._width-66 input[type="text"], ._width-66 textarea, ._width-66 select, ._width-66 .customSelect {width:66%;}
	._width-50 input[type="text"], ._width-50 textarea, ._width-50 select, ._width-50 .customSelect {width:50%;}
	._width-33 input[type="text"], ._width-33 textarea, .vwidth-33 select, ._width-33 .customSelect {width:33%;}				
	._width-25 input[type="text"], ._width-25 textarea, ._width-25 select, ._width-25 .customSelect {width:25%;}				
}

@media (max-width: 768px) {
    
    table.tbl-rsp td {
        float: left;
        width: 100%;
    }
    img.logo {
        width: 125px;
        margin-top: -8px;
    }
    
}