@media (min-width: 992px)
 {
.site-logo img {
    margin-top: 10px;
    height: 90px;
}
.site-logo img {
    float: left;
    height: 130px;
    width: auto;
    margin: 7px 15px 0 0;
}
}




.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;


  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: auto;
}

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: #708090;
}
table tbody tr {
  height: 50px;
}
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{
  font-family: 'Maledpan';
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #ffffff;
}

tbody tr {
 
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  width: 90px;
  padding-left: 10px;
   text-align: center;
}

.column2 {
  width: 500px;
}

.column3 {
  width: 350px;
}

.column4 {
  width: 100px;
  text-align: center;
  padding-right: 10px;
}

.ss-facebook-circled  {
  font-size:30px;
  color:#0000FF;
}
.ss-line {
  font-size:30px;
}


@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
    
  }
  tbody tr {
 
  font-size: 0.5em;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}
}