/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

#menunav{
  font-size: 10pt;
  font-style: normal;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#visi{
  text-align: center;
  font-style: oblique;
  font-size: medium;
  font-weight: bold;
}

#logotext{
  
  
}

#note
{
  font-style: italic;
  font-size: small;
  font-weight: lighter;
}

#newstittle
{
  font-size: 17px;
  font-weight:bolder ;
  color: #696969;
  font-family: 'Cambria';
}

#prospek
{
  font-size: 13pt;
  font-stretch: normal;
}

#formpendaftaran
{
  color: black;
}


table, th, td {
  padding: 5px 5px 5px 5px;
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  
}

#thcustom
{
  text-align: center !important;
  border: 1px solid black;
  border-collapse: collapse;
  padding-left:94px;
  padding-right:94px;
  
}

#tdcustom
{
  text-align: center !important;
  border: 1px solid black;
  border-collapse: collapse;
  
}

#tablecustom
{
  border-collapse: collapse;
  width: 100%;
}

#tablecustom2
{
  padding-left:195px;
  border-collapse: collapse;
  width: 79%;
}


#cimg {
  padding: 5px;
  width: 75px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#ch3 {
  position: center;
  top: 0px;
  left: 120px;
  text-align: center;
}

#almtop
{
  position: absolute;
  top: 50px;
  left: 153px;
  text-align: center;
  font-size: x-small;
  width:55%;
}

#hrkop
{
  border-top: 3px double black;
  margin-top:15px;
}
