html,body
{
	height:100%;
	width:100%;
}

.banner
{
	padding:20px;
	border:1px solid grey;
	box-shadow: 5px 10px 18px grey;
	max-width:1000px;
}

.main
{
	margin-left:280px;
	padding-top:100px;
}

hr.style6 
{
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

#table1
tr:nth-child(even)
{
	background-color: #f2f2f2;
}

#table1 th 
{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #b21719;
  color: white;
  border-color:red;
}

#table1 
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}

#table1 td, #table1 th 
{
  border: 1px solid #ddd;
  padding: 8px;
}

#table1 tr:hover 
{
	background-color: #ddd;
}

.container p 
{
	text-align:justify; 
	text-justify:inter-word;	
}

.content
{
	max-width:1000px;
}

.tab-content
{
	font-family:'Lato', sans-serif;
	font-size:15px;
	line-height:2;
	max-width:1000px;
}

.tab ul li a
{
	border:1px solid;
	border-color:lightgrey;
	color:black;
}


#descriptions, #details
{
	text-align:justify; 
	text-justify:inter-word;
	max-width:900px;
}

#table1,#table2
tr:nth-child(even)
{
	background-color: #f2f2f2;
}

#table1 th ,#table2 th
{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #b21719;
  color: white;
  border-color:red;
}

#table1 ,#table2 
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}

#table1 td, #table1 th ,#table2 th, #table2 td
{
  border: 1px solid #ddd;
  padding: 8px;
   text-align: center;
}

#table1 tr:hover ,#table2 tr:hover
{
	background-color: #ddd;
}


