*
{
  margin-top: 0px;
}
body{
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', 'Tahoma', sans-serif;
  background-color: #f0f0f0;
   
}
#newbutton
{
  margin-left: 800px;
  border-radius: 10px;
  background-color: #d4cb1e;
}
#newbutton:hover
{
background-color: yellow;
}


.tableb
{
  width:100%;
}

.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;
width: 100%;}
.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: 15px;
 padding-bottom: 15px;
 margin-bottom: 10px;
}
th, td {
  padding: 8px;
  
  border-right: 1px dotted #000000 ;

}
#hov:hover {background-color:#dce8df;}
#hov
{

}
#tyear
{
  margin-left: 3%;
}
#h1
{
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
#hd1
{
  font-size: 17px;
   font-weight: 900;
   width:3%;
}
#hd2
{
  font-size: 17px;
   font-weight: 900;
  width:11%;
}
#hd3
{
  font-size: 17px;
   font-weight: 900;
   width:5%;
}
#hd4
{
  font-size: 17px;
   font-weight: 900;
   width:17%;
}
#hd5
{
  font-size: 17px;
   font-weight: 900;
   width:17%;
}
#hd6
{
  font-size: 17px;
   font-weight: 900;
    width:4%;
}
#hd7
{
  font-size: 17px;
   font-weight: 900;
  width:2%;
}

#hd8
{
  font-size: 17px;
   font-weight: 900;
width: 4%;
   
  
}
#hd9
{
  font-size: 17px;
   font-weight: 900;
  width: 5%;
}
#hd10
{
  font-size: 17px;
   font-weight: 900;
   width: 3%;
  
}
#hd11
{
  font-size: 17px;
   font-weight: 900;
   width: 5%;
  
}
#hd12
{
  font-size: 17px;
   font-weight: 900;
   width: 6%;
   
  
}
.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%;
  
 
}

