
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: #555555;
    background: #eeeeee;
}
.page-title{
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-family: "Roboto Condensed";
    background: #ffffff;
}
.hentry{
	border-bottom: 1px solid #eeeeee;
    margin: 26px 26px 0 26px;
    padding: 15px 40px;
    position: relative;
    background-color: #ffffff;
}
.hentry article{
	line-height: 50px;
    border-bottom: 1px dashed darkgray;
    padding-left: 20px;
    font-size: 16px;
}
.nav-links{
	margin: 30px 90px;
    position: relative;
    text-align: center;
    display: block;
}
.nav-links .page-numbers {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.625;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    color: #ffffff;
    background-color: #34495e;
    border-color: #34495e;
}
.nav-links .current, .nav-links .dots {
    color: #ffffff;
    background-color: #34495e;
    border-color: #34495e;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.nav-links .next {
    float: right;
}
.Help_home{
    border-bottom: 1px solid #eeeeee;
    margin: 26px 26px 0 26px;
    padding: 15px 40px;
    position: relative;
    background-color: #ffffff;
}
.Help_home h1{
    margin-top: 0;
    text-align: center;
    font-size:30px;
}
.entry-content{
    padding: 0 40px;
    font-size: 16px;
    line-height:30px;
}
.page-title {
    padding: 20px 20px 20px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-family: "Roboto Condensed";
    background: #ffffff;
}
.page-title .backbutton {
    padding: 20px;
    margin: 0 20px 0 0;
    border-right: 2px solid #ccc;
}
.hentry h1{
    border-bottom: 1px dashed darkgray;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size:28px;
}
.hentry div {
    margin-bottom: 15px;
}
.hentry p {
    margin-bottom: 15px;
    padding:0 13px;
}
.hentry img{
    width: 100%;
    margin:0 auto;
    display:block;
}