.btn {
font-family: 'Raleway', sans-serif;
  background-color: white;
  border:2px solid #A11B1F;
  border-radius:0px;
  color: #A11B1F;
  padding: 8px 8px;
  width:200px;
  height: 55px;
  cursor: pointer;

  letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;



}



/* Darker background on mouse-over */
.btn:hover {
  background-color: #A11B1F;
  border:1px solid #A11B1F;
  color:white;
  transition: 0.5s;
transform: scale(0.99);
}

.btn-pdf {
font-family: 'Raleway', sans-serif;
  background-color: #43454b;
  border:2px solid white;
  border-radius:0px;
  color: white;
  padding: 8px 8px;
  width:200px;
    height: 55px;

  cursor: pointer;

  letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;



}



/* Darker background on mouse-over */
.btn-pdf:hover {
  background-color: #A11B1F;
  border:2px solid white;
  color:white;
  transition: 0.5s;
transform: scale(0.99);
}

hr.spacer {

	border: 2px solid red;
}

table {
    border-collapse: collapse;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

td{
  padding: 10px;  border:2px solid white;
}

.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;
}

}