﻿.page-title{
	font-family:Arial;
	font-size:24px; color: #0066FF; border-bottom:2px solid #999; padding:9px 0;
	
}
.pic
{
    width:200px;
    border:5px solid #ccc;
    border-radius:9px;
}    

.btn
{
    width: auto;
    padding: 10px 18px;
    background-color: #0771dc;
    color: white;
    margin: 8px auto;
    border-radius:9px; border:none
}
.btn:hover
{
    opacity:0.8
}
    /*** Table CSS 1 ***/
/* 
Generic Styling, for Desktops/Laptops 
*/
table.tb { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
table.tb tr:nth-of-type(odd) { 
  background: #f4f4f4; 
}
table.tb th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
table.tb td, table.tb th { 
  padding: 4px; 
  border: 1px solid #ddd; 
  text-align: left; 
}
/***** Table CSS Ends ***/