﻿body
{
}
h1 {
    text-align: center;
}
.name_wrapper {
    display: flex;
    margin: 5px 0;
    text-align: left;
    width:490px;
}
.name_wrapper_3 {
    display: flex;
    margin: 5px 0;
    text-align: left;
    width: 490px;
    background-color: white;
}

.name_wrapper_2 {
    display: flex;
    margin: 5px 0;
    text-align: left;
    width: 490px;
    background-color: white;
    grid-template-columns: 50% 50%;
}

section {
    display: inline-grid;
    grid-template-columns: 100%;
    background-color: lightcyan;
    margin: 2px;
    padding: 3px;
    align-content: center;
}

section_3 {
    display: inline-grid;
    grid-template-columns: 100%;
    background-color: white;
    margin: 5px;
    padding: 6px;
}
 

#ABC {
    background-image: linear-gradient(45deg,rgb(218,34,255) 30%,#9733ee 90%);
    padding: 1em;
    border-radius: 3px;
    margin: 1em 0;
    color: #fff;
}

.col_long {
    display: flex;
    background-color: lightcyan;
    color: black;
    margin: 5px 0;
    padding: 5px;
    border-radius: 0px;
    text-align: center;
    width: 350px;
}
 
div {
    background-color: lightgray;
    color: black;
    margin: 3px;
    padding: 3px;
    border-radius: 0px;
}

.div_white {
    display: flex;
    background-color: white;
    color: black;
    margin: 5px 0;
    padding: 15px;
    border-radius: 0px;
    text-align: left;
    width: 10px;
}

.w {
    display: flex;
    background-color: white;
    color: black;
    margin: 3px 0;
    padding: 3px;
    border-radius: 0px;
    text-align:left;
    width:410px;
}
.g {
    display: flex;
    background-color: lightgray;
    color: black;
    margin: 3px 0;
    padding: 3px;
    border-radius: 0px;
    text-align: left;
    width: 410px;
}


section.est {
    display: inline-grid;
    grid-template-columns: 100%;
    background-color:aliceblue;
    margin: 20px;
    padding: 10px;
    width:800px;
}
div.e {
    background-color: lightblue;
    color: black;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
}

input[type=number] {
    text-align: right;
    width: 50px;
}

.rd{
    text-align:left;
    width:5px;
    height:5px;
}
label {
    text-align: left;
    width: 400px;
}

    label.short1 {
        text-align: left;
        width: 320px;
         
    }
    label.short2 {
        text-align: center;
        width: 350px;
    }

button {
    width: 80px;
    height: 30px;
}
ul.a {
    list-style-type: circle;
    font-size: 18px;
}

ul.b {
    list-style-type: square;
    font-size: 18px;
}

ol.c {
    list-style-type: upper-roman;
}

ol.d {
    list-style-type: lower-alpha;
}


/*table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th:nth-child(), td:nth-child() {
    background-color: #9733ee;
}*/

/*table tr:nth-child(odd) td {
    background: #cccccc;
}

table tr:nth-child(even) td {
    background: #ffffff;
}*/