
.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
table {
    border-collapse: collapse;
    width: 100%;
	margin-bottom:40px;
	margin-top: 30px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}
td a{
	color:#777675;	
	}
td a:hover{
	color:#F60;	
	}	
@media (max-width:992px){
	
	.sign{
		padding: 5px !important;
   margin:0px !important;
	color:#F63;	
		}	
	.sign a{	
		    margin: 0px !important;
    padding: 7px !important;
	}
}

