body {
	background-color: #e9ecef;
	padding-top: 0px;
	/*centering all */
	display: table;
	width: 100%;
	max-width: 360px;
	margin: auto;
	padding: 2px;
}
.katadata {
    font-family: system-ui;
    font-weight: bold;
    text-align: center;
	/*di tengah atas time */
	display: table-caption;
	margin-bottom: -5px;
}
table, th {
  /* border: 1px solid; */
  border-collapse: collapse;
  padding: 4px;
  font-size: 0.9em;
  width: 100%;
  width: max-content;
}
th {	
    background-color: #ededb1;
	/* min-width: 90px; Stats Use This */
	padding: 0.25rem;
    text-align: center;
    border: 0.5px solid #ccc;
    font-family: sans-serif;
	
}
td {
    font-family: sans-serif;
	padding: 0px 5px 0px 5px;
    text-align: center;
    border: 0.5px solid #ccc;
    font-family: sans-serif;
}
input {
    padding: 4px;
    width: 4.5em;
    border: 1px solid #adb5bd;
    text-align: center;
    margin: 2px;
}
input[type=button], input[type=submit], input[type=reset], input[type=tel] {
/*IOS bug button */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #00bcd494;
}

input.small[type=submit] {
    width: auto;
    background-image: linear-gradient(#f7f8fa ,#e7e9ec);
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    height: 29px;
    outline: 0;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

/*Real Button Like */
button {
    /*background-image: linear-gradient(#f7f8fa ,#e7e9ec);*/
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember",Arial,sans-serif;
    font-size: 14px;
    height: 29px;
    font-size: 13px;
    outline: 0;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

tr.odd{
    background-color:#fffbf3;     
}
tr.even{
    background-color:#e9e9e9;
}
hr {
border-top: 1px solid;
margin-top: 0rem;
}
a {
  text-decoration:none;
}
a:link {
  color: green;
    font-family: system-ui;
    text-transform: lowercase;
    font-weight: bold;
    font-size: 0.9em;
}

a:visited {
  color: green;
    font-family: system-ui;
    text-transform: lowercase;
    /* font-weight: bold; */
    font-size: 0.9em;
}

.small {
	font-size: small;
}

.MyButton {
  background-image: linear-gradient(#f7f8fa ,#d1d4d9);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",Arial,sans-serif;
  font-size: 10px;
  height: 29px;
  outline: 0;
  overflow: hidden;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  text-transform: uppercase;
}

.MyButton:active {
  border-bottom-color: #a2a6ac;
}

.MyButton:active:hover {
  border-bottom-color: #a2a6ac;
}

.MyButton:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

.MyButton:focus {
  border-color: #dc3545;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  outline: 0;
  background-color: green;
  font-weight: bold;
  color: blue;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}