body { 
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.3vw;
    color: #666666; 
}

h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 2vw;
    color: #555555;
}

h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.7vw;
    color: #666666;
}

h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.3vw;
    color: #333333;
}

p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.3vw;
    color: #666666;
}

ul {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.3vw;
    color: #666666;
}

ol {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.3vw;
    color: #666666;
}

input {
    font-size: 1.3vw;
    color: #666666;
}

output {
    font-size: 1.3vw;
    color: #666666;
}

textarea  
{  
   	font-family: Verdana, Geneva,  serif;  
   	font-size: 1.3vw;   
}

input[type="submit"]{
    font-size: 1.3vw;
    background-color: #ddd;
    color: #444;
    border-radius: 6px;
}

/* ======================== */

table.tabel {
    border-collapse: separate;
    border-spacing: 0px 20px;
}

table.tabel td {
    vertical-align: top;
    border-bottom: 1px solid #aaa;
}

table.email td {
    vertical-align: top;
}

a:link {
    color: #ED4832;
    font-size: 0.9vw;
}

a:visited {
    color: #999999;
}

a:hover {
    color: #f00;
}

a:active {
    color: #f00;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

/* =========== default below 1300px width ================ */
		
@media screen and (max-width: 1300px) {   
a:link {
    font-size: 12px;}

h1 {
    font-size: 18px;}

h2 {
	font-size: 15px;}

h3 {
    font-size: 12px;}

body {
    font-size: 12px;}

p {
    font-size: 12px;}

ol {
    font-size: 12px;}

ul {
    font-size: 12px;}
    
input{
    font-size: 12px;}    
    
output{
    font-size: 12px;}       

textarea {
    font-size: 12px;}
    
input[type="submit"] {
    font-size: 12px;}    

}

/* =========== default above 1670px width ================ */

@media screen and (min-width: 1670px) {   
a:link {
    font-size: 15px;
    }
    
h1 {
    font-size: 22.5px;}

h2 {
	font-size: 18.5px;}

h3 {
    font-size: 15px;}
    
body {
    font-size: 15px;}    

p {
    font-size: 15px;}

ol {
    font-size: 15px;}

ul {
    font-size: 15px;}
    
input{
    font-size: 15px;}      

output{
    font-size: 15px;}  
   
textarea {
    font-size: 15px;}
    
input[type="submit"] {
    font-size: 15px;}    

}     

/* ======================== */

.modal{
	z-index:3;
	display:none;
	padding-top:50px;
	position:fixed;
	left:50%;top:0;
	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
	width:80%;
	overflow:auto;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.8)
}

.button:hover{
	color:#000!important;
	background-color:#ccc!important
}

.hover-red:hover{
	color:#f44336!important;
	background-color:#fff!important
}

.xlarge{font-size:24px!important}

.display-x{
	position:absolute;
	right:0;top:0}

.modal-content{
	margin:auto;
	position:relative;
	padding:0;
	outline:0}

.animate-zoom {
	animation:animatezoom 0.5s}
	@keyframes animatezoom{
	from{transform:scale(0)} 
	to{transform:scale(1)}}
	
.container:after,.container:before{content:"";display:table;clear:both}

.container{padding:0.01em 16px}