﻿* {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    background: #1e5799;
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(111,205,228,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(111,205,228,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(111,205,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#6fcde4",GradientType=1);
    background-attachment: fixed;
}

.result {
    font-family: 'Courier New';
    min-height: 500px;
    width: 100%;
}

small, small * {
    font-size: 80% !important;
}


main {
    display: block;
    width: 100vw;
    min-height: 100vh;
    padding: 60px 0;
}

.validation-summary-errors ul,
.validation-summary-errors ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: darkred;
}

td, th {
    padding: 4px;
    border: 1px solid #c1c1c1;
}
/*
ul.tree {
    margin-left: 0;
    padding-left: 15px;
}

    ul.tree li {
        list-style-type: none;
    }

        ul.tree li span {
            cursor: pointer;
            position: relative;
            font-weight: bold;
        }

            ul.tree li span::before {
                position: absolute;
                content: '+';
                top: -2px;
                left: -12px;
            }

            ul.tree li span.open::before {
                content: '-';
            }

    ul .tree.lvl-1, ul.tree.lvl-2, ul.tree.lvl-3 {
        display: none;
    }

    ul.tree.open {
        display: block;
    }

div.data {
    font-weight: normal;
    font-style: italic;
}*/