﻿.session-timer-container {
    position: fixed;
    bottom: 0;
    right: 20px;
    font-size: 18px;
    background: #ffffff;
    padding: 5px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #aaa;
}

.session-timer-value {
    display: inline-block;
}

.session-timer-refresh {
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    width: 16px;
    background: url(../../../Themes/Billennium.Default/Content/refresh.png) no-repeat center;
    height: 16px;
    background-size: contain;
}
