html, body
{
    margin: 0;
    height: 100%;
}

body
{
    padding: 1%;
    background-color: white;
    font-family: sans-serif;
}

div
{
    overflow-x: auto;
}

/* The Modal (background) */
.overlay
{
    position: fixed; /* Stay in place */
    top: 0;
    left: 0;
    z-index: 1; /* Sit on top */
    display: none; /* Hidden by default */
    overflow: auto; /* Enable scroll if needed */
    padding-top: 100px; /* Location of the box */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.dialog
{
    margin: auto;
    padding: 20px;
    width: 80%;
    border: 1px solid #888;
    background-color: #fefefe;
}

/* The Close Button */
.close
{
    float: right;
    color: #aaaaaa;
    font-weight: bold;
    font-size: 28px;
}

.close:hover,
.close:focus
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.messageBox
{
    color: red;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1em;
}

/* Style the tab content */
.tabContent
{
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
