body{
	padding:10px;
}

.kotak{
	max-width: 800px;
	min-height: 700px;
	background-color: #000000;
	border-radius: 15px;
}
.tombol {
	font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
	margin: 10px;
	padding: 5px;
	background: linear-gradient(to bottom, #ffe490 15%, #c89e16 50%, #fee590 100%) !important;
	font-size: 1.3rem;
	font-stretch: expanded;
	color: white; 
	font-weight: bold;
	border-radius: 10px;
	width: -webkit-fill-available;
}

.judulbesar,h4 {
	color: yellowgreen;
}

p{
	justify-content: left;
	padding: 10px;
	font-weight: bold;
	color: #ffc288;
}

.bank{
	display: inline-flex;
}




#status_info {
    background: linear-gradient(to bottom, #ffe490 15%, #c89e16 50%, #fee590 100%) !important;
    text-align: -webkit-center;
}
table {
    width: 98%;
    border-collapse: collapse;
    margin: 10px auto;
	color : white;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important; 	
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

td {
	border: 1px solid  white;
	padding: 10px; 
}