body, td, th {
    font-family: 'Kanit', sans-serif !important;
    font-size: 14px;
    color: #434A54;
}
body {
    background-color: #ECECEC;
	
}
#bg_theme {
    background-color: #1b2024;
    background: #1b2024;
    color: #fff;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: 1.5px;
}
.world_map {
    position: relative;
    width: 100%;
    margin: 10px auto;
    height: 760px;
}
.world_map img {
    position: absolute;
    max-height: 50px;
    max-width: 50px;
    border: 0px;
    display: block;
    opacity: 1;
}
.detail {
    font-size: 11px;
    font-family: Tahoma;
    color: #1C1C1C;
    background-color: #fff;
    min-width: 100px;
    min-height: 20px;
    border: 0px solid #eee;
    border-radius: 5px;
    padding: 3px 5px;
    border-collapse: collapse;
    float: left;
}
.name {
    min-width: 180px;
    max-width: 230px;
    display: block;
    float: left;
}
.amount {
    width: 60px;
    float: left;
}
.time {
    display: block;
    min-width: 80px;
    max-width: 140px;
    float: left;
}
.line {
    width: 100%;
    border-bottom: 1px solid #eee;
    float: left;
    padding-bottom: 5px;
}
h2 {
    padding: 6px;
    padding-left: 10px;
    display: block;
    font-weight: 300;
    margin-top: 10px;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}