﻿.divMeracQueuePage
{
    max-width: 960px;
    width:100%;
    margin: 0 auto;
   -webkit-border-radius: 3px;
    -webkit-box-orient: vertical;
    -webkit-transition: 200ms transform;
    background: white;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
    color: #333;
    display: -webkit-box;
    padding: 0;
    position: relative;
    font-family:'Segoe UI', Tahoma, sans-serif;
}

.divMeracQueueInner
{
    padding:20px;
}

.spaInfo
{
    font-weight:bold;
}

#divQueueMsg
{
    display:none;
}

#divMeracQueueHeader
{
    text-align:center;
    margin-bottom: 20px;
    overflow: hidden;
}

#divMeracQueueHeader img
{
    width:100%;
    max-width:960px;
}

#divMeracStatusRefresh
{
    position:fixed;
    top:10px;
    right:10px;
    width:100px;
    height:50px;
    background-image:url(../images/queue-wait1.gif);
    background-repeat:no-repeat;
    display:none;
}

#divMeracPageInfo
{
    text-align:right;
    font-style:italic;
    font-size:12px;
}

.spaQueueStats
{
    font-weight:bold;
}