.article-container {
    margin-top: 20px;
}

.page-title {
    background-color: rgb(60, 107, 148);
    padding: 7px 14px;
    color: #fff;
    margin-bottom: 14px;
    font-size: 15px;
    border-left: 6px solid #2F5675;
    font-weight: normal;
}
.board_th {
    padding-left: 7px;
    color: #4E687D;
    padding: 10px;
    margin-left: 5px;
    text-transform: capitalize;
}

.h2-titled {
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #929090;
    font-weight: 500;
}

.media-one-lists {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.fw-500 {
    font-weight: 500;
} 

a.link-color-red {
    color: #408BAE
}

.detail-listed-v1 dt, .detail-listed-v1 dd {
    text-align: left;
    width: 231px;
}

.detail-listed-v1  {

    border: 1px solid #ddd;
    padding: 10px;
}.article-container {
    margin-top: 20px;
}

.page-title {
    background-color: rgb(60, 107, 148);
    padding: 7px 14px;
    color: #fff;
    margin-bottom: 14px;
    font-size: 15px;
    border-left: 6px solid #2F5675;
    font-weight: normal;
}
.board_th {
    padding-left: 7px;
    color: #4E687D;
    padding: 10px;
    margin-left: 5px;
    text-transform: capitalize;
}

.h2-titled {
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #929090;
    font-weight: 500;
}

.media-one-lists {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.fw-500 {
    font-weight: 500;
} 

a.link-color-red {
    color: #408BAE
}

.detail-listed-v1 dt, .detail-listed-v1 dd {
    text-align: left;
    width: 243px;
}

.detail-listed-v1  {

    border: 1px solid #ddd;
    padding: 10px;
}

.btn-select {
    width: 100%;
    position: relative;
    text-align: left;
}

.btn-select span {
    float: right;
    margin-top: 8px;
}

.tournament_title {
    margin-bottom: 13px;
    color: #8A8787;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-weight: 500;
    box-shadow: 1px 2px 11px #ddd;
}   

.box-lists {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}


.box-lists span {
    font-weight: 300;
    clear: both;
}

.tabs {
  position: relative;
  margin: 0 auto;
  list-style: none;
}
.tabs:after {
  display: table;
  clear: both;
  content: "";
}
.tabs li {
  float: left;
  width: 50%;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 15px;
  font-size: 15px;
  line-height: 1;
  background: #E8E8E8;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.tabs label:hover {
  background: #38B185;
  color: #fff;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  padding: 25px 0;
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
}
.tabs [id^="tab"]:checked + label {
  background: #38B185;
  color: #fff;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

.input-group-private input, .input-group-private textarea, .input-group-private button {
    border-radius: 0;
}

.btn-success {
    background: #38B185 !important;
    border: none;
    -webkit-transition:all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-success:hover {
   background: #2D8B69 !important;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
} 


table th,
table td {
  text-align: left;
}

table.layout {
  width: 100%;
  border-collapse: collapse;
}

table.display {
  margin: 1em 0;
}

table.display th,
table.display td {
  border: 1px solid #D6D6D6;
  padding: .5em 1em;
}

table.display th {
  background: #4A9278;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

table.display td {
  background: #fff;
}

table.responsive-table {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 30em) {
  table.responsive-table {
    box-shadow: none;
  }
  table.responsive-table thead {
    display: none;
  }
  table.display th,
  table.display td {
    padding: .5em;
  }
  table.responsive-table td:nth-child(1):before {
    content: 'Number';
  }
  table.responsive-table td:nth-child(2):before {
    content: 'Name';
  }
  table.responsive-table td:nth-child(1),
  table.responsive-table td:nth-child(2) {
    padding-left: 25%;
  }
  table.responsive-table td:nth-child(1):before,
  table.responsive-table td:nth-child(2):before {
    position: absolute;
    left: .5em;
    font-weight: bold;
  }
  table.responsive-table tr,
  table.responsive-table td {
    display: block;
  }
  table.responsive-table tr {
    position: relative;
    margin-bottom: 1em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  table.responsive-table td {
    border-top: none;
  }
  table.responsive-table td.organisationnumber {
    background: #D5E0CC;
    border-top: 1px solid #B3BFAA;
  }
  table.responsive-table td.actions {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
  }
}

.table-private tbody tr th.width-static-th {
    max-width: 70px;
    width: 30%;
    word-wrap: break-word;
}

.sidebar-index {
margin-top: -18px;
}

.table-th-width-1 {
    max-width: 70px;
    width: 10%;
    word-wrap: break-word;
}

.table-th-width-2 {
    max-width: 70px;
    width: 20%;
    word-wrap: break-word;
}

.table-th-width-3 {
    max-width: 70px;
    width: 3%;
    word-wrap: break-word;
}

.info-t1 {
  font-size: 16px;
  color: #999;
}

.video_section iframe {
  width: 100% !important;
  height: 280px !important;
}