.btn {
	font-family: Century Gothic;
  background-color: #4c4c4c;
  border:1px solid #4c4c4c;
  border-radius:0px;
  color: white;
  padding: 8px 8px;
  font-size: 14px;
  width:200px;
  cursor: pointer;
  box-shadow: -10px 2px 32px 0px rgba(0,0,0,0.5);



}



/* Darker background on mouse-over */
.btn:hover {
  background-color: #EB9900;
  border:1px solid #EB9900;
}

.btn-signup {
	font-family: Century Gothic;
  background-color: #F93E3E;
  border:1px solid red;
  color: white;
  padding: 8px 8px;
  font-size: 14px;
  width:200px;
  cursor: pointer;



}



/* Darker background on mouse-over */
.btn-signup:hover {
  background-color: #4c4c4c;
  border:1px solid #4c4c4c;
}

hr.spacer {

	border: 2px solid red;
}

table {
    border-collapse: collapse;
    font-size: 14px;
    font-weight: bold;
}

td{padding: 10px;}

.mob-info
{
	color:red;
	font-weight: bold;
	display: none;
}

@media screen and (max-width: 600px) {
  .mob-info
{
	display:block;
}

.mob-col{
	font-size: 12px;
}

table {
    font-size: 12px;
}

}