div.sc_menu_wrapper {

    height: 220px;
    /* Make bigger than a photo, because we need a place for a scrollbar. */
    width: 500px;
    margin-top: 20px;

}
div.sc_menu {
    padding: 10px 0;
}
.sc_menu a {
    display: block;
    margin-bottom: 5px;
    width: 300px;

    /* When image support is turned off */
    color: #2D3C13;
}
.sc_menu a:hover {}
.sc_menu img {
    display: block;
    border: none;
}

.sc_menu_wrapper .loading {
    position: absolute;
    top: 20px;
    left: 10px;
    margin: 0 auto;
    padding: 10px;
    width: 400px;
    text-align: center;
    color: #2D3C13;
}
/* Styling tooltip */
.sc_menu_tooltip {
    display: block;
    position: absolute;
    padding: 6px;
    font-size: 11px;
    color: #fff;
    /* Make background a bit transparent for browsers that support rgba */
}

/* Here are styles for a link to an article. Not for you :) */
#back {
    margin-left: 8px;
    color: gray;
    font-size: 18px;
    text-decoration: none;
}
#back:hover {
    text-decoration: underline;
}
