 h1,h2,h3,h4{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

body {
	color: #111;
}

.headingnomor{
	background-repeat:repeat-x;
	line-height:39px;
	/*background-image:url(../img/headingnomor1.png);*/
	background: #032a3e;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:800;
}

.tabelnomor{
	border:1px solid #ccc;
	border-top:0px;
}

.tabelnomor td{
	font-size:14px;
	padding:3px;
	text-align:left;
	font-weight:800;
	line-height:35px;
	background-color:#FFF;
	padding-left:10px;
}

.container{
	/*background-color:#e3dede;*/
	background:url(../img/bg_transparan2.png);
}

.ballres {
	display: flex;
	gap: .5rem;
}

.ballres span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  margin-bottom: .5rem;
  background: -webkit-radial-gradient(90% 12%, ellipse, white, #fdc300, #fdc300);
  background: -moz-radial-gradient(90% 12%, ellipse, white, #fdc300, #fdc300);
  background: -o-radial-gradient(90% 12%, ellipse, white, #fdc300, #fdc300);
  background: -ms-radial-gradient(90% 12%, ellipse, white, #fdc300, #fdc300);
  background: radial-gradient(90% 12%, ellipse, white, #fdc300, #fdc300);
}

