/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: OpenSans-Regular;
  src: url('../opensans-regular.html');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* ------------------------------------ */
ul, li {
    margin: 0px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 100%;
    margin:0 auto 50px auto;
}
.container-table100 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.container-table70 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.wrap-table100 {
    width: 1170px;
}
table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
table * {
    position: relative;
}
table td, table th {
    padding-left: 8px;
}
table thead tr {
    height: 60px;
    background: #525252;
}
table tbody tr:last-child {
    border: 0;
}
table td, table th {
    text-align: left;
}
table td.l, table th.l {
    text-align: right;
}
table td.c, table th.c {
    text-align: center;
}
table td.r, table th.r {
    text-align: center;
}
.table100-head th {
background-color: transparent;
}
.table100-head td{
  color:#FFFFFF;
}
tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}
tbody tr {
    color: #4b4b4b;
    line-height: 1.2;
    font-weight: unset;
}
tbody tr a{
  color: #C0059E;
}
.column1 {
    width: 10%;
    padding-left: 25px;
}
.column2 {
    width: 12%;
    text-align: center;
}
.column3 {
    width: 12%;
    text-align: center;
}
.column4 {
    width: 25%;
    text-align: right;
    text-align: center;
}
.column5 {
    width: 10%;
    text-align: center;
    padding-right: 25px;
}
.table-img {
  vertical-align: bottom;
}
@media screen and (max-width: 992px) {
table {
  width: 100%;
}
thead td {
  color: #FFFFFF;
}
table tbody tr {
    padding: 37px 0;
}
table tbody tr td {
}
table tbody tr td:last-child {
    margin-bottom: 0;
}
table tbody tr td:before {
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
}

.column1, .column2, .column3, .column4,  .column5,  .column6 {
    text-align: left;
    padding-left:50% !important;
	margin-left:15%;
}
.column4,  .column5,  .column6,  .column1,  .column2,  .column3 {
    width: 100%;
}
tbody tr {
    font-size: 14px;
}
}

@media (max-width: 576px) {
.container-table100 {
    padding-left: 15px;
    padding-right: 15px;
}
}
.heading-text{
  color: #FFFFFF;
}
.neptune-page{
  color: #525252 !important;
}
.table100-head h3{
  color:#fff;
}
