/* Bromley Solutions
 ==========================================================================
    Magnetic Circuits

    Programmer: Richard Bromley
 ========================================================================== */
body {
    background-color: black;
    font-family: Arial,
        Helvetica,
        sans-serif;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    font-size:1.5vw;
    }

h4 {
font-size:1vw;
}

img {
    align-content: center;
    margin-bottom: 0;
    border: 0.4px solid black;
    width: 12vw;
    height: 8vw;
}

.center {
    margin-top: 0%;
    margin-left: 13%;
    width: 80%;
}

.centerText {
    background-color: brown;
    font-size: 1vw;
    color: white;
    margin-top: 0%;
    margin-left: 0%;
    float: left;
    width: 99%;
}

.cellBorder {
    border: 3px solid #888;
    fill: aqua;
    color: black;
}

.cellBorder:hover {
    opacity: 0.8;
}

/* Full-width input fields */
input[type=text],
input[type=password] {
    width: 100%;
    padding: 5% 5%;
    margin: 1% 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 1.2vw;
}

.declarations {
    float: left;
    margin: .1% .5%;
    font-size: 1.2vw;
}

/* Set a style for all buttons */
button {
    font-size: 1vw;
    height: 3vw;
    width: 7vw;
    color: Black;
    background-color: deepskyblue;
    margin-top: 2%;
    margin-left: 16%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    text-decoration: none;
    width: auto;
    background-color: #f44336;
    font-size: 1.2vw;
}

.container {
    text-decoration: none;
    padding: 2%;
    font-size: 1.2vw;
}

.container:hover {
    opacity: 0.8;
}

.psw {
    color: black;
    margin-top: 2%;
    float: right;
    font-size: 1.2vw;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    left: 32%;
    top: 32%;
    width: 25%;
    /* Could be more or less, depending on screen size */
    overflow: no-content;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 6px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% 5%;
    /* 5% from the top, 15% from the bottom and centered */
    border: 0.5vw solid #888;
}

table,
td,
th {
    width: 20%
}

table {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 17%;
    border-collapse: separate;
    border-spacing: 2vw;
    width: 60%;
    height: 85%;
}

th,
td {
    color: white;
    height: 1.2vw;
}
