
   h3{
      text-align:center; }
   table { 
      border-collapse:collapse;
      border-spacing:0;     
      font-family:Arial, sans-serif;
      font-size:12px;
      padding-left:200px;
      margin:auto; }
   table th {
      font-weight:bold;
      padding:5px;
      color:#fff;
      background-color:#FFFFFF;
      border-top:1px black solid;
      border-bottom:1px black solid;}
   table td {
      padding:5px;
      border-top:1px black solid;
      border-bottom:1px black solid;
      text-align:left; }         
   tr:nth-child(even) {
     background-color: #DFEBF8; }
     
     .scroll{
  width:98%;
  background: #FFFFFF;
  padding: 2px;
  overflow-y:hidden;
  overflow-x: scroll;
  height: 200px;
  
  /*script tambahan khusus untuk IE */
  scrollbar-face-color: #CE7E00; 
  scrollbar-shadow-color: #FFFFFF; 
  scrollbar-highlight-color: #6F4709; 
  scrollbar-3dlight-color: #11111; 
  scrollbar-darkshadow-color: #6F4709; 
  scrollbar-track-color: #FFE8C1; 
  scrollbar-arrow-color: #6F4709;
}


.myButton {
	background-color:#44c767;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	padding:4px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#7FFFD4;
}
.myButton:active {
	position:relative;
	top:1px;
}

h2{
    color: #4311CF;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: center;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th    {
    background-color: black;
    color: white;
}
#saveimg{
    width: 20px;
    height: 20px;
}
table tr td input{
    width: 40px;
}

        


  