h3.titleprediksi {
        background: #FF0;
        color: #F00;
        font-size: 18px;
        border: 1px solid #F00;
        text-align: center;
        padding: 5px 0px;
        margin-bottom: 3px;
    }

    .tabelprediksi {
        width: 100%;
        margin: auto;
        border-spacing: 0px;
        border-collapse: separate;
        border-right: 1px solid #F00;
        border-bottom: 1px solid #F00;
        margin-bottom:15px;
    }

    .tabelprediksi tr td {
        border-top: 1px solid #F00;
        border-left: 1px solid #F00;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        padding: 3px 0px;
        background: #FBFBEA;
		color: #000;
    }

    .tabelprediksi tr:nth-child(2) td,.tabelprediksi tr:nth-child(4) td {
        background: #EEE;
    }

    .tabelprediksi tr td:nth-child(2) {
        color: #F00;
        font-size: 18px;
    }
    
    img {
        max-width: 100%;
    }
    
    .kontaklist li {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px #000;
	font-size: 16px;
	 background: rgb(250,255,246);
background: linear-gradient(195deg, rgba(250,255,246,1) 0%, rgba(213,213,255,1) 53%, rgba(179,182,182,1) 100%);
    list-style: none;
}

.kontaklist li a {
	color: #000;
		text-decoration: none;
letter-spacing: 1px;
}

.kontaklist li img {
	vertical-align: middle;
	width: 35px;
	margin-right: 10px;
}