
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.info{
	text-align : left;
	font-size: 25px;
	/*font-weight:bold;*/
}

.name{
	/*font-weight:bold;*/
}

.table-header{
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 5px 0;
	margin-top: 35px;
	font-weight:bold;
	text-align:left;
}

.table-body{
	margin-top: 20px;
	text-align:left;
	margin-bottom: 30px;
}

.table-body .title-CE{
	font-weight: bold;
	text-decoration: underline;
}

.wrapper-search{
	margin-top: 30px;
}

.wrapper-search{
	margin-top: 30px;
}

.wrapper-search .label{
	margin-top: 30px;
	font-weight: 200;
	padding: 5px 0;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	float: left;
}

.wrapper-search #id{
	width: 100%;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.footer a{
	color: #E7201B;
}

@media only screen and (max-width: 767px) {
   
    .info{
    	margin-top: 30px;
		font-size: 20px;
		text-align:left;
	}

	.title-row{
		border-top: 1px solid;
		border-bottom: 1px solid;
		padding: 5px 0;
		margin: 20px 0;
		font-weight:bold;
		text-align:center;
		font-size: 20px;
	}
	
	.body-row{
		margin-bottom: 30px;
	}
	
	.footer {
	  position: fixed;
	  bottom: 0;	  
	}
	
}


