.modal-profile-email-settings-wrapper{
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}



@media screen and (max-width: 600px) {
    .users-page-button.pull-left {
        float: none;
    }
  }



.teams_table_thead > td{
    font-weight: bold;
}

.teams_table_thead > td.sort{
    cursor: pointer;
}


.teams_table_thead > td.triangle:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;

    margin: 0 5px;
}

.teams_table_thead > td.triangle.top:after {
    border-width: 0px 5px 9px 5px;
    border-color: transparent transparent #6980fe transparent;
}

.teams_table_thead > td.triangle.bottom:after {
    border-width: 9px 5px 0px 5px;
    border-color: #6980fe transparent transparent transparent;
}



.view-lesson-btn{
    border: none;
    background-color: transparent;
    background-color: #33b5e5;
    color: #fff;
    font-size: 1.8em;
    line-height: 0.85em;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    min-width: 26px;
    cursor: pointer;
}

