h1 {
  font-size: 28px;
}

.jumbotron {
  background: none;
}

.row {
  margin-left: 15px;
  margin-right: 15px;
}

.alert-cover {
  margin: 80px auto 20px auto;
  width: 100%;
  max-width: 1200px;
}

.alert-success {  
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgb(125, 218, 91);
  color: #2f2d2d;
  padding: 15px 30px 15px 15px;
}

.alert-danger{
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgb(230, 165, 158);
  color: #2f2d2d;
  padding: 15px 30px 15px 15px;
}

.alert-x-cover {
  position: fixed;
  width: 100%;
  z-index: 20;
  text-align: right;
  padding-right: 30px;
  right: 0;
}

.alert-x {
  position: fixed;
  z-index: 20;
  background: none;
  border: none;
  margin-top: 12px;
}

.page-firstlast {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	border: 1px solid #ddd;	
	display: inline-block;
	margin: 20px 0;
	border-radius: 4px;
	text-decoration: none;
}

.page-firstlast:hover {
	text-decoration: none;
	background-color: #eee;
	border-color: #ddd;
	cursor: pointer;
}
