table.front {
    width: 100%;
}

table.front .frontLeft {
    padding-left: 1em;
}

table.front .frontCenter {
    width: 2em;
}

table.front .frontRight {
    width: 330px;
    padding-right: 1em;
}

.loginPanel {
    width: 100%;
    border: 1px solid #eee;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 0;
}

.loginPanel .loginLabel {
    float: left;
    margin-left: 5px;
    font-size: 1.5em;
    color: #aaa;
    letter-spacing: 1px;
}

.loginPanel .loginForm {
    float: right;
    margin-right: 5px;
    color: #555;
}

.loginPanel .loginForm input[type='text'], .loginPanel .loginForm input[type='password'] {
    width: 100px;
}

.loginPanel .loginForm a {
    border-bottom: 1px dotted #888;
}

.subtitle {
    color: #1E8851;
    font-size: 1.4em;
}

.summary {
    font-size: 1.2em;
    color: #666;
    text-align: justify;
}

.affiliation {
    position: relative;
    border: 1px solid #eee;
    padding: 2px;
}

.affiliation .facebook {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 400px;
}

.affiliation .twitter {
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: right;
    margin-top: 2px;
    width: 200px;
}

.affiliation .label {
    width: 100%;
    color: #aaa;
    font: normal 18px Arial;
    z-index: 999;
    border-bottom: 1px solid #e5e5e5;
    height: 27px;
    margin-bottom: 2px;
    text-align: center;
}

.affiliation .partner {
    clear: both;
    text-align: center;
}

.affiliation .partner a {
    display: inline-block;
    border: 1px solid transparent;
    padding: 5px;
}

.affiliation .partner a:hover {
    background: #fdfdfd;
    border: 1px solid #efefef;
}
