.service-box {} blockquote {font-weight:normal;} .caret {color:red;font-size:20px;margin-left:20px;}
.form-input {width:99%;}
.judul {border-top:1px solid #ccc;margin-top:15px;}
table tr td {vertical-align:top;}
.sekolah1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  background: #fff;
  border: #ccc 1px solid;
  
}
.sekolah1 th {
  padding: 15px 5px;
  border-left:1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  position: sticky;
  top: 0px;
}

.sekolah1 table th:first-child{  
  border-left:none;  
}

.sekolah1 tr {
  
  padding-left: 5px;
}

.sekolah1  td:first-child {
  text-align: left;
  
  border-left: 0;
}

.sekolah1  td {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fefefe;padding:5px 10px;
  
}

.sekolah1 tr:last-child td {
  border-bottom: 0;
}

.sekolah1 tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.sekolah1 tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.sekolah1 tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
.sekolah1 .fa {color:green;font-size:20px;cursor:pointer;}