








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;
  padding-top:10px;
  padding-bottom:10px;border:1px solid #EBEBEB;
}
table thead tr {
  height: 60px;
  background: #f5f5f5;
}
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: OpenSans-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #fff;
}

tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #fff;
  cursor: pointer;
}

.column1 {
  width: 260px;
  padding-left: 40px;
}

.column2 {
  width: 160px;
  text-align: center;
}

.column3 {
  width: 180px;
  text-align: center;
}

.column4 {
  width: 180px;
  text-align: center;
}

.column5 {
  width: 180px;
  text-align: center;
}



@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 10px 0;
  }
  table tbody tr td {
    padding-left: 42% !important;
    margin-bottom: 10px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  table tbody tr td.tab-title:nth-child(1):before {
    content: "S.No";
	padding-top:15px;
  padding-bottom:15px
  }
  table tbody tr td.tab-title:nth-child(2):before {
    content: "Student Pic";
	padding-top:15px;
  padding-bottom:15px
  }
  table tbody tr td.tab-title:nth-child(3):before {
    content: "Name";
	padding-top:15px;
  padding-bottom:15px
  }
  table tbody tr td.tab-title:nth-child(4):before {
    content: "Class";
	padding-top:15px;
  padding-bottom:15px
  }
  table tbody tr td.tab-title:nth-child(5):before {
    content: "Works";
	padding-top:15px;
  padding-bottom:15px
  }
  

  .column4,
  .column5,
  .column6,
  .column7,
  .column1,
  .column2,
  .column3 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column7,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}