/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 30, 2016, 11:42:07 AM
    Author     : Chris
*/

table.login_table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 20px;
}

div.current_call_queue {
    width: 48%;
    float: left;
    min-height: 500px;
}

div.deferred_call_queue {
    width: 48%;
    float: right;
    min-height: 500px;
}

div.call-log-attempts {
    margin-bottom: 5px;
}

div.ui-birthday {
    background-image: url('../images/confetti.gif');
    background-repeat: repeat-x, repeat-y;
}
