.box_main_tarif{
	position: relative;
	width: 1100px;
	min-width: 1100px;
	box-sizing: border-box;
	max-width: 100%;
	padding-top: 6px;
	padding-bottom: 50px;
}
.logotarif{
	position: relative;
	background: url(logotarif.png);
	background-size: 150px 150px;
	width: 150px;
	height: 150px;
}
.box_main_tarif h2{
	position:relative;
	margin-bottom:15px;
	padding: 10px 10px;
	letter-spacing: 2px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.box_keterangan_tarif{
	padding: 10px 10px 20px;
	background: white;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	box-sizing:border-box;
}
.sl_utama{
	box-sizing:border-box;
	max-width: 100%;
	margin-bottom: 5px;
}
.in_cari{
	margin-left: 10px;
}
.table_tarif{
	border-right: 1px solid #e6e6e6;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
}
.table_tarif th{
    padding: 7px 6px;
    background: #202020;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 130%;
}

.table_tarif tr td{
    padding: 7px 6px;
    font-size: 110%;
}

.table_tarif tbody{
	    border-left: 1px solid rgba(101, 150, 197, 0.26);
    	border-top: 1px solid rgba(101, 150, 197, 0.26);
    	border-right: 1px solid rgba(101, 150, 197, 0.26);
}

.table_grid-1 tr td{
    padding: 7px 6px;
    font-size: 90%;
}

@media only screen and (max-width: 800px) {
	.box_main_tarif{
		width: 100%;
		min-width: 100%;
	}
	.sl_utama{
		width: 100% !important;
	}
	
	.in_cari{
		margin-left: 0px;
		width: 100% !important;
	}
	.btncari{
		display:inline-block;
		margin-left: 0px;
		width: 100% !important;
		margin-top: 5px;
		box-sizing: border-box;
	}
}