*{
    margin: 0;
    padding: 0;
}
body{
    margin:0;
    padding:0;
    background-attachment: fixed;
    background-color: #f9f9f9;
    color: #474747;
    font-family: Roboto, Helvetica, Arial;
    font-weight: 300;
}
.container{
    display: block;
    height: auto;
    background: transparent;
    width: 500px;
    max-width: 100%;
    margin: auto;
}
.header,
.body,
.footer{
    display: block;
}
.header {
    padding: 50px 20px 50px 20px;
    text-align: center;
}
.text {
    display: block;
    text-align: center;
    padding: 0 20px 30px 20px;
}
.text-title {
    color: #151d45;
    font-weight: 900;
    font-size: 130%;
    margin-bottom: 10px;
}
.text-text {
    font-weight: 300;
}
.footer,
.footer2 {
    color: white;
    font-size: 70%;
    line-height: normal;
}
.footer{
    text-align: center;
    margin: 50px 20px 20px 20px;
}
.footer2{
    text-align: center;
    margin: 20px;
    color: #474747;
}
.footer2 a {
	color: #474747;
	text-decoration: none;
}
.footer2 a:hover,
.footer2 a:active {
	text-decoration: underline;
}
.footer ul{
    list-style: none;
}
.footer ul li {
    padding: 3px;
}
.footer ul li a {
    color: #474747;
    text-decoration: none;
}
.footer ul li a:hover,
.footer ul li a:active {
    text-decoration: underline;
}
.header img{
    width: 150px;
    max-width: 50%;
}
.list{
    display: block;
    margin: 0 20px 0 20px;
    background-color: white;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.list > div.entry{
    border-bottom: 1px solid #ddd;
    display: block;
    line-height: normal;
}
.list > div.entry > a{
    text-decoration: none;
    display: block;
    padding: 15px;
    color: #474747;
}
.list > div.entry > a:hover,
.list > div.entry > a:active{
    cursor: pointer;
    background-color: #f9f9f9;
}
.right-text{
    display: block;
    font-size: 90%;
}


