.orglk .list-group
{
    margin-top: 0;
}
.orglk .opened .media-right i:first-child
{
    display: inline;
}
.orglk .opened .media-right i:last-child
{
    display: none;
}
.orglk .media-right i:first-child
{
    display: none;
}
.orglk .media-right i:last-child
{
    display: inline;
}
.orglk .menudisabled .media-right
{
    display: none;
}
.orglk
{
    padding: 0;
}
.list-group-child
{
    padding-left: 40px;
}
.orglk .list-group-item.menudisabled
{
    color: grey !important;
    font-style: italic;
}
.orglk .list-group-item.menudisabled .helper i
{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
.orglk .list-group-item.menudisabled .helper
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block !important;
    color: #000000 !important;
    cursor: pointer;
}
.orglk .list-group-item .helper
{
    display: none;
}
.orglk .list-group-item
{
    position: relative;
}

.org-menu .nav-container {
    position: relative;
}

.org-menu .nav-badge {
    position:absolute;
    z-index: 10;
    top: 25%;
    right: 45px;
}
.mycourses li a
{
    font-size: 16px;
}
.mycourses li
{
    padding: 5px 15px;
}
.mycourses li
{
    background-color: #e7ecf4;
    margin-bottom: 10px;


}
.mycourses
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#frontpage-course-list h2
{
    display: none;
}
.personal-qr img
{
    max-width: 100%;
}
.personal-page .ta
{
    overflow-x: auto;
}
.personal-page .logo
{
    margin-bottom: 15px;
}
.personal-page
{
    background-color: #ffffff;
    padding: 15px;
    margin: 15px;
    border-radius: 8px;
}
.personal-qr
{
    padding: 30px;
}
.techsupport ul
{
    list-style: none;
}
.techsupport
{
    padding: 5px;
    margin: 10px 25px;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
}