@charset "UTF-8";

.post_content ul {
  background:none;
  border-radius: 0px;
  box-shadow: none;
  padding:0;
}
.post_content ul li {
  list-style:none;
  padding:0;
}
.ranking_header {
  height: 300px;
}

#container {
  background-color: #ececec;
}

a {
  color: #262626;
}

.h2, h2 {
  font-size: initial;
}

.nav-tabs .nav-link {
  border-radius: 10px 10px 0 0;
  background: #e5e5e5;
  padding: 1.4rem 0;
}
.nav-tabs .nav-link.active {
  background: #f1f1f1;
}
.tab-content {
  background: #f1f1f1;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-tabs {
  border-bottom:1px solid #f1f1f1;
}
.tab-content {
  padding:40px;
}

.table_scroll {
/*  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;*/
}
table {
  width: 600px;
  margin-bottom: 15px;
  border-collapse: collapse;
  table-layout: fixed;
}

table th,
table td {
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
  text-align: left;
  font-size: 12px;
  width: 160px;
}

table th {
  padding: 0.6rem;
  text-align: center;
}
.table_scroll {
  overflow: scroll;
}

table tbody td {
  background-color: #fff;
}
.btn.pink {
  background-color: #e84393;
  color: #fff;
  font-size: 12px;
}
.btn.green{
  background-color: #2ecc71;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
.btn.pink i,
.btn.green i {
  margin-left: 5px;
}

.post_content h2 {
  color: #0d1832;
  font-size: 22px;
  font-weight: 300;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 2px;
  margin: 20px 0;
  display: inline-block;
}
.post_content h2:after {
  display: none;
}
.ranking_box {
  background-color: #f1f1f1;
  padding:20px;
}
.ranking_box .col-sm-7 .btn {
  padding:0;
}

.ranking_box .col-sm-6 ul {
  max-width: 300px;
}

.ranking_box .row {
  margin-right: 0px; 
  margin-left: 0px;
}
.ranking_box ul .ranking_list {
  list-style: inside;  
}
.bonus .border_color {
  background-color: red;
}
.payment .border_color {
  background-color: #884898;
}
.popular .border_color {
  background-color: #ff6600;
}
.event .border_color {
  background-color: #4db56a;
}
.trust .border_color {
  background-color: #bce2e8;
}
.border_color {
  width: 16.9%;
  display: inline-block;
  height: 10px;
}
.border_color.border_none {
background-color: #fff!important;
    border: 1px solid #999;
}
h1 {
  font-size:30px;
  position: relative;
  top: 25%;
  line-height: 3rem;
}

@media screen and (max-width: 800px) {
  h1 {
  font-size:24px;
    line-height: 2rem;
  }
  .tab-content {
    padding:20px;
  }
  .post_content h2 {
    margin:0;
  }
  .post_content .col-2 {
    padding:0;
  }
}