body {
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#grid-wrapper {
    width: 425px;
}
.ui-pg-input {
    height: 18px;
}
.admin-content {
    width: 925px;
}
label {
    display: block;
}
.solid-border {
    border: 2px solid black;
}
.centered {
    margin: 0 auto;
}
.centered-text {
    text-align: center;
}
.logo {
    border: 0px;
}
#login-container {
    width: 320px;
}
.top-margin {
    margin-top: 15px;
}
.bottom-margin {
    margin-bottom: 15px;
}
.large-font {
    font-size: 16px;
}
.white-text {
    color: white;
}
.bold {
    font-weight: bold;
}
.green-background {
    background-color: #1C2701;
}
.red {
    color: red;
}
#login-form input {
    height: 2.0em;
    font-size: 14px;
}
.login-element {
    width: 267px;
}
.align-left {
    text-align: left;
}
.expanded-line-height {
    line-height: 2.0em;
}
.normal-line-height {
    line-height: 1.0em;
}
.small-text {
    font-size: 12px;
}
.box-shadow {
    box-shadow: 3px 3px 3px gray;
}
.ggc-background {
    background-color: #F5F5F5;
}
.thumbnail {
    width: 105px;
    height: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
}
.align-right {
    text-align: right;
}
.content {
    width: 800px;
}
.larger-font {
    font-size: 125%;
}
.margin-all {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}