.table-box {
	display:block;
	border:#ffc107 6px solid;
	padding:3px;
	-webkit-border-radius: 1.1em;
	background:#2d3139;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	
	
}
.box-color {
	
	background:#2d3139;
	-webkit-border-radius: 5em;
}
.box-color-add {
	
	background:#333333;
	-webkit-border-radius: 5em;
}
.box-value {
	
	background:#676767;
	-webkit-border-radius: 5em;
	
}
table.livedraw td {
padding:3px;	
}
input[type=text], div.button {  
  width: 100%;
  height: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
}

input[type=text] {
  margin: 0;
  padding: 0 0px;
  border: 0;
  border-radius: 5px;

}
/**************************
  DEFAULT BOOTSTRAP STYLES
**************************/


.btn-lg {
  font-size: 14px;
  line-height: 0.8;
  border-radius: 9px;
  cursor:pointer;
}

#muka > table {
    border: medium none;
    font-size: 20px;
}
#muka td {
    border: medium none !important;
    height: auto;
    padding: 5px;
    width: auto;
}
.isi {
    background: none repeat scroll 0 0 #666 !important;
    color: #fff !important;
    font-size: 22px;
    height: 40px;
    text-align: center;
    

}
.an123 {
    background: none repeat scroll 0 0 #025E95;
    border-radius: 60px;
    color: #fff;
    font-family: arial,verdana;
    font-size: 20px;
    font-weight: bold;
    margin: 5px !important;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
	    border: 0 none;
}

.hasilconvert {
    border: medium none !important;
    margin: 20px 0;
}
.hasilconvert td {
    border: 0 none;
    padding: 10px;
    vertical-align: middle;
    width: 40px;
}
.hasilconvert b {
    color: #025E95;
    font-family: verdana,tahoma;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    
}
.an1237 {
    background: none repeat scroll 0 0 #025E95;
    border-radius: 50px;
    color: #fefefe;
    font-family: arial,verdana;
    font-size: 20px;
    font-weight: bold;
    margin: 5px !important;
    text-align: center;
	    border: 0 none;
}

table.hasilakhir {
    color: #ffffff;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
	    border: 0 none;
}


table.hasilakhir td {

    background: none repeat scroll 0 0 #B90000;
   
    color: #fefefe;
    font-family: arial,verdana;
    font-size: 40px;
    font-weight: bold;
    margin: 5px !important;
    text-align: center;
	    border: 0 none;
}
.blink {
  animation: blink-animation 1s steps(10, start) infinite;
  -webkit-animation: blink-animation 1s steps(10, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}