@charset "utf-8";
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}



.wrap-table100 {
  width: 100%;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 5px;
}
table thead tr {
  height: 40px;
  background: #abcdef;
}
table tbody tr {
  height: 30px;
}
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: 15px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

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: #A2DD99;
}
.column1:hover, .column6:hover {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
.column0{
	width: 4%
}
.column1 {
	width: 50%;
	border-left: 1px dashed green;
}
#remove-line {
    text-decoration: none;
}

.column2 {
  width: 10%;
  color: darkgreen;
 /* border-left: 1px dashed green;*/
}
#noborder {
  border: none;
}

.column3 {
  width: 10%;
}

.column4 {
  width: 10%;
  text-align: right;
}

.column5 {
  width: 6%;
  text-align: right;
}

.column6 {
  width: 10%;
  text-align: right;
}
#width-more{
	width: 100%;
	height: 20px;	
	border-top: 1px #FF356E;
	margin-bottom: 50px;
}
#width-more > a {
	text-decoration: none;
}
#text-more:hover{
	width: 100px;
	background-color: green;
	color: white;
	padding: 5px;
	margin-left: 100px;
}
#text-more{
	width: 100px;
	background-color: #FF356E;
	color: white;
	padding: 5px;
	margin-left: 100px;
}

@media screen and (max-width: 480px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  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:nth-child(1):before {
    content: "Icon";
  }
  table tbody tr td:nth-child(2):before {
    content: "Title";
  }
  table tbody tr td:nth-child(3):before {
    content: "Last Date";
  }
  table tbody tr td:nth-child(4):before {
    content: "Newspaper";
  }
  table tbody tr td:nth-child(5):before {
    content: "Type";
  }
  table tbody tr td:nth-child(6):before {
    content: "Total Seats";
  }
  table tbody tr td:nth-child(7):before {
    content: "More";
  }

  .column4,
  .column5,
  .column6 {
    text-align: left;
  }
  .column0,
  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
	
	
}