
h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 100px 0;
}

.box {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index:10000;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  margin-top: 20px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
<!-- ---------------------------------------------------------------------------------------------------------------------- -->
.tabledata {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	max-width:100%;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.tabledata table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;max-width:100%;
	height:100%;
	margin:0px;padding:0px;
	border:1px solid #ddd;
}.tabledata tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tabledata table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tabledata table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.tabledata tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.tabledata tr:hover td{
	
}
.tabledata tr:nth-child(odd){ background-color:#dddddd; }
.tabledata tr:nth-child(even)    { background-color:#ffffff; }.tabledata td{
	vertical-align:middle;
	
	
	border:1px solid #C5BEBE;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.tabledata tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tabledata tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tabledata tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tabledata tr:first-child td{
		background:-o-linear-gradient(bottom, #238126 5%, #238126 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #238126), color-stop(1, #238126) );
	background:-moz-linear-gradient( center top, #238126 5%, #238126 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#238126", endColorstr="#238126");	background: -o-linear-gradient(top,#238126,238126);

	background-color:#238126;
	border:0px solid #FFF2F2;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.tabledata tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #238126 5%, #238126 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #238126), color-stop(1, #238126) );
	background:-moz-linear-gradient( center top, #238126 5%, #238126 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#238126", endColorstr="#238126");	background: -o-linear-gradient(top,#238126,238126);

	background-color:#238126;
}
.tabledata tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tabledata tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}