/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.card {
  height: 100%;
}
.logo{
	margin-top:1%;
}
.mid{
	padding-top: 20px;
    font-size: 35px;
    font-weight: bold;
	text-align: center;
	}
.mid span{
    font-size: 20px;
    font-weight: bold;
	text-align: center;	
}	
.mid > .midvalue{
	
}	
.aligntxt{
text-align:center;
margin-top:1%;
}
.right{
	text-align:right;
}
tr > td.tea{
	font-size: 14px;
    font-weight: 500;
}
.protitle{    
	text-align: center;
    font-size: 18;
    font-size: x-large;
    color: blueviolet;
    font-weight: 600;
    padding-bottom: 10px;
}
	
@media only screen and (max-width: 767px) {
	.left{
		text-align:center;
	}
	.mid{
		text-align:center;
	}
	.right{
		text-align:center;
	}
   
}	