/* Add here all your CSS customizations */

.thumb-info .thumb-info-title
{
    bottom: 8% !important;
    padding: 6px 8px 2px !important;
}

.thumb-info .thumb-info-inner
{
    line-height: unset !important;
    margin-bottom: unset !important;
}

.thumb-info .thumb-info-type
{
    margin: 5px 0 -18px !important;
}
/*
#footer
{
    margin-top: 0;
}*/

/******************************************/
.myusermenu
{
    position: relative;
    list-style: none;
    background-color: #eee;
    padding: 7px 10px;
    margin-top: 15px;
    border-radius: 10px;
    /*min-width: 150px;*/
}

    .myusermenu ul
    {
        position: absolute;
        list-style: none;
        padding: 10px 0;
        display: none;
        background-color: #fff;
        width: 100%;
        margin-top: 8px;
        margin-right: -10px;
        border-radius: 10px;
        border: 1px solid #ccc;
        width: 200px;
        padding: 10px;
    }

        .myusermenu ul li
        {
            display: block;
            cursor: pointer;
            padding: 3px 10px;
        }

            .myusermenu ul li a
            {
                display: block;
            }

            .myusermenu ul li:hover a
            {
                /*background-color: #ddd;*/
                color: #ff8f33 !important;
            }

    .myusermenu:hover ul
    {
        display: block;
    }
/******************************************/
.course-tag
{
    position: absolute;
    z-index: 100;
    left: -20px;
    top: 10px;
    background-color: red;
    color: white;
    border-radius: 20px;
    padding: 0px 10px 0px 28px;
    font-size: 14px;
}
/******************************************/