body, html {
    height: 100%;
    background-color: #f4f4f4;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
}

#wrapper #header {
    text-align: center;
    padding: 10px;
}
#wrapper #header .title {
    font-size: 10px;
}

#wrapper #content .current .operations .first {
    font-size: 12px;
}
#wrapper #content .current .operations .first a {
    font-size: 12px;
}

#wrapper #content .current .operations .second {
    font-size: 8px;
}
#wrapper #content .current .operations .second a {
    font-size: 8px;
}

#wrapper #content .current .operations .third {
    font-size: 8px;
}
#wrapper #content .current .operations .third a {
    font-size: 8px;
}

#wrapper #content .revisions ul li a {
    font-size: 12px;
}
#wrapper #content .revisions ul li span {
    font-size: 8px;
}