li.name a {
    font-weight: 700;
    color: #2B4157;
    text-decoration: underline;
}

li.name a:hover {
    color: #506a85;
}

li.description {
    color: #888;
    margin-bottom: 10px;
}

.loading {
    opacity:0.6 !important;
}

h1 {
    margin: 15px 0px 4px 0px;
}

h2 {
   margin: 0px;
   font-size: 17px;
   color: #555;
   font-style: italic;
   font-weight: 600;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}

h4 {
    margin: 0px 0px 5px 0px;
    font-size: 15px;
}

h5 {
    margin: 0px 0px 10px 10px;
    font-size: 20px;
}

legend {
    font-weight: 700;
}

fieldset {
    margin-bottom: 20px;
    border: 1px solid #ccc;;
    background: #eee;
}

a {
    color: #2B4157;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.no_games_message {
    font-weight: 700;
    color: #999;
}

.num_games_returned {
    font-size: 12px;
    color: #999;
}

.field_note {
    font-size: 11px;
    color: #777;
}

.text_hover:hover {
    color: #2B4157;
}

.comments_label {
    font-size: 12px;
}

.resource_url {
    margin: 0px 0px;
    color: #999;
}

.resource_description {
    color: #555;
}