.resource h3 {
    font-weight: bold;
}

.resource {
    margin-bottom: 30px;
}

.lesson-listing .lesson {
    border: 1px solid silver;
    background-color: whitesmoke;
    list-style-type: none;
    margin-bottom: 5px;
    padding: 5px 10px 5px 15px;
}

.lesson-listing .lesson a {
    font-size: 1.2em;
}

.topic-listing .topic {
    border: 1px solid silver;
    background-color: whitesmoke;
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.topic-listing .topic.active {
    font-weight: bold;
}

.disabled {
    background-color: #efefef;

    -moz-opacity: 0.40;
    opacity: 0.40;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
}

.progress {
    position: relative;
    display: inline-block;
}

.progress img {
}

.progress span {
    position: absolute;
    top: 3px;
    width: 32px;
    text-align: center;
    color: #6d85aa;
    text-shadow: black 1px 1px 0;
    font-weight: bold;
}

.resource li {
    border: 1px solid silver;
    background-color: whitesmoke;
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.resource li a {
    font-size: 1.2em;
}

.mtli_attachment {

}