﻿.sitefooter {
    width: -webkit-calc(100% - (10px * 2));
    width: calc(100% - (10px * 2));
    overflow: hidden;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    height: 40px !important;
    padding: 0 10px;
    /*min-width:        890px;*/
    clear: both;
}

    .sitefooter ul
    {
        list-style: none;
    }

        .sitefooter ul li
        {
            line-height: 39px;
            float: left;
            margin-right: 20px;
        }

    .sitefooter .feedback
    {
        cursor:pointer;
        background-color: #707070;
        float:right;
        margin:10px 0 0 0;
        padding:5px;
    }

     .sitefooter .feedback
    {
        cursor:pointer;
        background-color: #707070;
    }

      .sitefooter .feedback a
    {
       color:#FFF;
       text-decoration:none;
        }

       .sitefooter .feedback:hover
        {
            background: #444; 
        }

    .sitefooter .levellink {
        text-decoration: none;
        color: #4d4d4d;
    }

    .sitefooter .levellink:hover {
        cursor: pointer;
        color: #F25822;
    }

.purechat
{
    margin-right:65px;
}

.purechat-widget-header{
    border-radius:0;
}