.navbar-custom {
    color: white;
    background-color: #021f3d;
    border-bottom: 1px solid black;
}

.required {
    color: red;
}

.navbar-brand {
    color: white;
}

.navbar {
    border-bottom: 1px solid white;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.border-well {
    border: 1px solid black; 
    border-radius: 15px;
}

table {
    width: 100%;
}

table > tr > td {
    padding-top: 15px;
}


table tr td {
    margin-top: 15px;
}

