*
{
  margin-top: 0px;
}
body{
  margin: 0;
  padding: 0;
   font-family: 'PT Sans', 'Tahoma', sans-serif;
  background-color: #f0f0f0;
   
}
.button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 170px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-left: 74%;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.outborders
{
    width: 96%;
    height: auto;
 
  margin-top: 30px;
  margin-left: 2%;
  margin-bottom: 30px;
  margin-right: 2%;
  
}
.toppos
{
  padding-top: 10px;
  padding-bottom: 10px;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 0%, rgba(41,14,52,1) 100%);
}
#home
{
  margin-left: 10px;
}
#tio
{
	margin-left: 100px;
}
#abc
{
  background-color:#dfe8e8;
}
.tableb
{
 
   border: 1px solid black;
  
}
.tophead
{
 box-shadow: 0 6px 9px rgba(0,0,0,0.36), 0 3px 6px rgba(0,0,0,0.23);
background: #16222A;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3A6073, #16222A);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3A6073, #16222A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 padding-top: 10px;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
th, td {
  padding: 8px;
  
  border-right: 1px dotted #000000 ;
}
#hov:hover {background-color:#dce8df;}
#hov
{

}
#h1
{
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
#hd1
{
  font-size: 17px;
   font-weight: 900;
}
#hd2
{
  font-size: 17px;
   font-weight: 900;
}
#hd3
{
  font-size: 17px;
   font-weight: 900;
}
#hd4
{
  font-size: 17px;
   font-weight: 900;
}
#hd5
{
  font-size: 17px;
   font-weight: 900;
}
#hd6
{
  font-size: 17px;
   font-weight: 900;
}
#hd7
{
  font-size: 17px;
   font-weight: 900;
}
.even:hover
{
background-color:#a9ebe1;
}
.odd:hover
{
background-color:#a9ebe1;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;

  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color:     #FF8C00;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #17b322;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
.tit1
{
 width: 20%;
 
  float: left;
}
.tit2
{
  margin-left: 22%;
  
 
}
