﻿/* 
    Author:      Richard Leatherbarrow
    Date:        25-04-2014
    Description: Common styles for Cardscape
*/
h3
{
    margin: 0;
    font-size: 20px;
    color: #063a8d;
}
h4 { color: #063a8d; }

#loadingDiv
{
    display: none;
    background-image: url('../img/ui/loading.gif');
}