body {
    background-color: #f7f7f7;
}
a.group-card-link{
    text-decoration: none;
    display: block;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #4d4d4d;
    background-color: #f5f5f5;
    &:hover{
        color: #242222;
        background-color: #e4e2e2;
        transition: all 0.3s ease-in-out;
    }
}

.point_width{
    max-width: 40px;
}

ul.units{
    padding: 0; 
    list-style-type: none;
}

ul.units li a{
    display: block;
    line-height: 2.5rem; 
    background: #d8d8d8;
    margin: 5px 0;
    padding: 0 10px;
    text-decoration: none;
    color: #504e4e;
    border-radius: 5px;
}

ul.units li a:hover{
    background: #acacac;
    color: #202020;
    transition: all 0.3s ease-in-out;
}

#outcomes, #teachers_note {min-height: 123px;}

.image-container {
    width: 100%;
    min-height: 200px;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #676565;
    border-radius: 4px;
}

.image-container img {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
}

.da-link{
    text-decoration: none;
    font-weight: bold;
    color: #ff6a00;
    &:hover{
        color: #5f2903;
        transition: all 0.3s ease-out;
    }}