﻿.container {
    display: table;
    margin: 0 auto;
}

.viewer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.login {
    display: table;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.align-right {
    text-align: right !important;
}

.table {
    border-width: 0px;
}

    .table td {
        text-align: left;
        vertical-align: top;
        padding: 5px;
    }

        .table td input[type='text'] {
            width: 250px;
        }

        .table td select {
            width: 250px;
        }
