html, body {
    background: #fff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
}

a,
a:link,
a:visited {
    text-decoration:none;
    color:#336699;
}

.main {
    margin-top:48px;
    min-width:320px;
}

h1 {
    font-size:0;
}

.logo,
.logo img {
    display:block;
    margin:10px auto;
    width:90%;
    max-width:500px;
    height:auto;
}

.mainLink {
    text-align:center;
    font-size:1.1em;
}

.main-content {
    width:90%;
    max-width:670px;
    margin:0 auto;
    text-align:center;
}

.main-content h2 {
    margin:40px 0;
    display:table;
    font-size:1em;
    width:100%;
}

.main-content h2 img {
    vertical-align: middle;
    height: 2em;
    width: auto;
}

.main-feeds {
    margin:36px 0 36px 36px;
    text-align:left;
}

.main-feeds .main-links {
    font-size:0.94em;
}

.main-feeds .main-links a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support {
    margin-left:40px;
    font-size:0.94em;
    padding-bottom:50px;
    border-bottom:5px solid #006699;
}

@media only screen and (max-width:640px) {
    .main-content {
        width:90%;
    }
}

@media only screen and (max-width:320px) {
    .main-content {
        width:100%;
    }
}