﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #EDFDEC;
}

button 
{
    height: 50px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

div.title {
    font-size: 24px;
    font-weight: bold;
}

div.version {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}


div#logout {
    position: absolute;
    right: 10px;
    top: 10px;
}

div.company
{
    font-size: 12px;
    background-image: url(../Images/world.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 20px;
    width: 140px;
    padding-top: 8px;
    margin: auto;
}

div#top {
    height: 50px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

