﻿#container {
    padding-top: 20px;
}

.baslikliPanel {
    border: 2px solid black;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 2%;
    margin-right: 2%;
}

    .baslikliPanel ul {
        list-style-type: square;
    }

    .baslikliPanel li {
        display: inline;
        margin-left: 25px;
    }

    .baslikliPanel h3 {
        margin-top: -25px;
        background-color: #d4dedf;
        width: fit-content;
        padding: 5px 20px 5px 20px;
    }

#successfullResultDiv {
    width: 94%;
    border: 2px solid black;
    padding: 10px;
    background-color: darkgreen;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#unsuccessfullResultDiv {
    width: 94%;
    border: 2px solid black;
    padding: 10px;
    background-color: red;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 2em;
    font-weight: bold;
}

table {
    border: 2px black solid;
}

td, th {
    border: 1px black solid;
}

tr:nth-child(even) {
    background-color: #cee3ff;
}

tr:nth-child(odd) {
    background-color: white;
}

.marginTop20 {
    margin-top: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.fullDiv {
    float: left;
    width: 99%;
}

.centered {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.red {
    color: red;
}


.labelDiv {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 1%;
    margin-top: 20px;
}

.inputDiv {
    float: left;
    width: 59%;
    margin-top: 20px;
}
