.kotak {
    border-collapse: collapse;
}

#toTop {opacity:0.8;padding:5px;position:fixed; bottom:2px; right:5px;cursor:pointer;display:none}

.JarakAtas{
    padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}

input[type=text] {
  width: 250px;
  -webkit-transition: ease-in-out, width .35s ease-in-out;
  transition: ease-in-out,width .35s ease-in-out;
}
input[type=text]:focus {
  width: 400px;
}

.tombol a.fold{
    background: #1998ED none repeat scroll 0% 0%;
    color: #FFF;
    display: block;
    margin: 0px 5px;
    padding: 5px 10px 5px 10px;
    position: relative;
    border-radius: 3px;
    transition: all 0.2s ease-in-out 0s;
}

a:focus {
    outline: 0px none;
}
a:focus {
    outline-offset: -2px;
}
a:focus, a:hover {
    color: #2A6496;
    text-decoration: underline;
}
a {
    color: #0073B9;
    text-decoration: none;
}
a {
    background: transparent none repeat scroll 0px 0px;
}