html,body {
    margin: 0;
    padding: 0;
    background-color: whitesmoke;
    font-family: Lato;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    width: 100%;
    line-height: 44px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 100, 0.247059) 0px 1px 3px 0px;
}
    #logo {
        background-image: url('logo.png');
        background-repeat: no-repeat;
        background-size: auto 38px;
        background-position: center;
        height: 44px;
        width: 112px;
        float: left;
        /* Hide the text. */
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    #dashboard-link {
        color: #555;
        float: right;
        text-decoration: none;
        padding: 0 12px;
    }
#body {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 160%;
    font-size: 18px;
    display: block;
}
    #body > .container {
        padding: 10px 10px 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
    }
        .explanation {
            margin: 30px 10px;
        }
        .copy-lesson-collection {
            height: 40px;
            line-height: 40px;
            font-family: Lato;
            font-size: 16px;
            border-radius: 5px;
            border: 0;
            margin: 5px;
            cursor: pointer;
            padding: 0 12px;
            color: #fff;
            background-color: #559;
        }
    
h3 {
    text-align: left;
    margin-top: 30px;
}
.docent-wrapper {
    min-height: 74px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 1px 0;
    margin: 12px 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: rgba(100, 100, 100, 0.247059) 0px 1px 3px 0px;
    line-height: normal;
    text-align: left;
}
@media (max-width: 567px) {
    .docent-wrapper {
        max-height: 74px;
    }
}
.docent-image {
    height: 64px;
    width: 64px;
    float: left;
    background-position: center center;
    background-size: auto 100%;
    margin: 5px 10px;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    text-decoration: none;
    color: #2C97DE;
}
.docent-detail {
    float: left;
    max-width: calc(100% - 100px);
}
    .docent-title {
        padding: 5px 0;
        font-size: 17px;
        display: block;
        color: #000;
        text-decoration: none;
        max-height: 41px;
        overflow: hidden;
    }
    .docent-url {
        font-size: 14px;
        color: #555;
        display: block;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.modal {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    z-index: 4;
}
    .modal-dialog {
        margin: 0 auto;
        position: relative;
        top: 33%;
        transform: translateY(-33%);
        -webkit-transform: translateY(-33%);
        background-color: #F5F5F5;
        border-radius: 8px;
        padding: 20px;
        height: auto;
        font-family: Lato;
        font-weight: 300;
    }
    .modal-dialog.overflowing {
        margin: 44px auto;
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
        .modal-input {
            font-family: Lato;
            font-size: 14px;
            font-weight: 400;
            padding: 10px;
            width: 100%;
            margin-top: 5px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
        .modal-confirm, .modal-cancel {
            font-size: 14px;
            font-family: Lato;
            height: 44px;
            width: 70px;
            background-color: #3498DB;
            color: #F5F5F5;
            border: 0;
            border-radius: 4px;
            position: absolute;
            bottom: 20px;
            right: 20px;
            cursor: pointer;
        }
        .modal-cancel {
            left: 20px;
            right: auto;
            background-color: #555;
        }
        .modal-close {
            position: absolute;
            top: 0;
            right: 0;
            width: 36px;
            height: 36px;
            padding: 0;
            border: 0;
            background-color: transparent;
            color: #aaa;
            cursor: pointer;
            line-height: 1;
        }
    .signin-dialog {
        width: 338px;
        height: auto;
        padding: 1px;
        text-align: center;
    }
        .signin-dialog > p {
            font-family: Lato;
            font-size: 16px;
            font-weight: 400;
            padding: 0;
            color: #333;
            background-image: url('https://insertlearning.com/images/logo.png');
            background-repeat: no-repeat;
            background-position: 16px center;
            background-size: 36px;
            line-height: 36px;
            padding-left: 32px;
            margin: 18px 0;
        }
    .signin-troubleshooting-dialog {
        width: 400px;
        max-width: 80%;
        line-height: 160%;
    }
        .signin-troubleshooting-title {
            margin: 0;
        }
a {
    color: #3498DB;
}
[disabled] {
    opacity: 0.5;
    cursor: wait;
}
#signin-trouble {
    display: block;
    margin: -10px auto 25px;
    height: 32px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(100, 100, 100, 0.247);
    cursor: pointer;
}
.g-signin2 {
    display: inline-block;
    margin: 0 auto 30px;
}
.microsoft-signin {
    background-image: url('../microsoft_signin.svg');
    height: 41px;
    width: 215px;
    cursor: pointer;
    margin: 0 auto 30px;
    border: 0;
    display: none;
}

