body {
	background: #34495e;
}
.smallbox {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-weight: bold;
	font-size: small;
}
.mediumbox {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-weight: bold;
	font-size: medium;
}
.largebox {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-weight: bold;
	font-size: large;
	color: #ecf0f1;
}
.normalbox {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size: small;
}
.title {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:x-large;
}
.centerimg {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.sectionhead {
	text-align: center;
	background: #2980b9;
	color: #ecf0f1;
}
a {
  color:#2980b9;
  text-decoration:none;
  font-size: 16px;
  font-weight:bold;
}
a:hover {
  color:#2980b9;
  text-decoration:underline;
}
a:visited {
  color:#2980b9;
  text-decoration:none;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:x-large;
	font-weight: normal;
}
.banner {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:20px;
  color: #2980b9;
}
.ptext {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 10px;
  }
.center {
	text-align: center;
}
.comparebutton {
	border: 3px solid #2980b9;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.6);
}
.comparebutton:hover {
	cursor: pointer;
}
.comparebutton:active {
	position: relative;
	top: 1px;
	left: 1px;
}
.pdf-manuals.two a {
    display: block;
    margin: 26px auto;
    text-align: center;
    background: rgba(7, 119, 234, 0.7);
    color: #ffffff;
    width: 300px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    padding: 16px 0;
    font-size: 19px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.pdf-manuals.two a:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2);
}
.pdf-manuals.two a:active {
		box-shadow: none;
}
.pdf-manuals {
    margin: 0px 0 30px;
}
