@media only screen and (max-width: 768px) {
	.jumbotron .headerp {font-size:9px;}
	.row h1,h2 {text-align: left;
							display: inline-block;
	}

}

.row h1,h2 {
	text-align: right;
}

.row-title {
	background-color: #efefef;
}

.row-title h1 {
	text-align: center !important;
}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
  
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  
}

.row-striped {
    padding: 7px 0;
}