@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Bold.eot');
    src: url('GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('GothamRounded-Bold.woff2') format('woff2'),
        url('GothamRounded-Bold.woff') format('woff'),
        url('GothamRounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Medium.eot');
    src: url('GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
        url('GothamRounded-Medium.woff2') format('woff2'),
        url('GothamRounded-Medium.woff') format('woff'),
        url('GothamRounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('GothamRounded-Book.eot');
    src: url('GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
        url('GothamRounded-Book.woff2') format('woff2'),
        url('GothamRounded-Book.woff') format('woff'),
        url('GothamRounded-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Light.eot');
    src: url('GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
        url('GothamRounded-Light.woff2') format('woff2'),
        url('GothamRounded-Light.woff') format('woff'),
        url('GothamRounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

#onlineUsers ul li div.userOnline {
    display: inline-block;
    padding-left: 24px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

#onlineUsers div.title {
    color: #00828D;
    font-weight: bold;
    font-size: 15px;
}


#onlineUsers div.title a, #onlineUsers div.title a:hover, #onlineUsers div.title a:visited {
    color: #00828D;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}


#onlineUsers ul {
    padding-left: 10px;
}
#onlineUsers ul li {
    list-style-type: none;
    background-image: url('/ressources/images/Asset3.png');
    background-size: 21px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#onlineUsers ul {
    overflow: auto;
    max-height: 200px;
    max-width: 270px;
}