@media (min-width:300px) { /*kecil */
    #viewBig { display: none; }
    #viewSmall { display: inline; }
	
}

@media (min-width:700px) { /* standart */
    #viewSmall { display: none; }
    #viewBig { display: inline;  }
	
}

body,td,th {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.belakang_genap {
	background-color: #EEEEEE;
}

.menuAtas {
  position: fixed;
  right: 0;
  top: 102;
  left: 0;
  z-index:1;
}

.paddingKolom {
	padding:17px;
	line-height: 27px;
}


@font-face {
    font-family: fontM;
    src: url(ANTQUAB.TTF);
}

.judul{
	font-family: fontM;
	font-size: 37px;
	line-height: 47px;
}
a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }

@font-face {
    font-family: fontHCo2;
    src:url(fontLogoHco.ttf);
	
}
.fontlogo {
	font-family: fontHCo2;
	size:30px;
}