
#body {
    font-family: Helvetica, Arial,serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
p.aircraftSelectBox{

    background-color:#00000083;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 10px;
    
}



input {

    border-radius: 5px;

    padding: 3px 2px 3px 2px;

    background-color: rgb(255, 174, 0);

    text-decoration: none;

    text-align: center;  

    width: 90px;

    height: 18px;

    margin: 14px 0px;

    text-transform: uppercase;

}

#input_link_2 {
    text-decoration: none;
    font-size: 20px;
    color: rgb(138, 202, 255);
    text-align: center;
    background-color:#00000083;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 80px;
    margin-right: 80px;
    line-height: 40px;
    width: 640px;
    height: auto;
    text-transform: none;
    /*margin: 0;*/

    /*padding: 0;*/
    border-color: transparent;
    text-decoration: none;


}
#input_link_2:hover {
    box-shadow: inset 0 20px 10px #0000005b;
    border-color: transparent;
}
p:hover {
    box-shadow: inset 0 20px 10px #0000005b;
    
}

a.aircraftSelect {

    text-decoration: none;

    color: rgb(138, 202, 255);

    line-height: 40px;

    font-size: 20px;

    margin: 0;

    padding: 0;
}

h1,h2,h3{

    margin: 0;

}

#container {

    background-image: url("img/img_b1b.jpg");

    width: 800px;

    height: auto;

    margin-left: auto;

    margin-right: auto;

    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 40px  0  rgba(0, 0, 0, 0.19);

    background-size: cover;

}


.shadow {

    box-shadow:  inset 10px 20px 25px #00000083;

 }

#header {

    background-image: url("img/bar_1b.jpg");

    text-align: center;

    padding: 0px;

}

#footer {

    background-image: url("img/bar_2b.jpg");

    background-size: 800px;

    background-position:  0px -80px;

    color: blue;

    padding: 30px;

    clear: both;

}

ul {

    list-style-type: none;

    margin: 0;

    padding: 0;

    overflow: hidden;

}

li a:hover {

    background-color: rgba(0, 0, 0, 0.1);

    box-shadow: inset 0 20px 10px #0000005b;

}

li {

    float: left;

    margin-bottom: -1px;

}

li a {

    display: block;

    color: white;

    text-align: center;

    padding: 25px 30px 22px 30px;

    text-decoration: none;

    font-size: 18px;

    text-shadow: 4px 3px 14px #030303;

}

li img {

    padding: 2px 10px 0px 5px;

}

button {

    background-color: rgb(0, 174, 255);

    border: none;

    color: white;

    padding: 10px 20px;

    text-align: center;

    text-decoration: none;

    font-size: 16px;

    margin: 25px;

    border-radius: 5px;

    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.grid{

    display: grid;

    grid-template-columns: 3fr 0.3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;

}

#dash{

    color: white;

    text-align: center;  

    padding: 15px 5px;

}

#serial_no{

    color: white;

    font-size: 18px;

    text-align: left;

}



#serial{

    border-radius: 5px;

    padding: 4px 2px 2px 2px;

    background-color: rgb(216, 214, 214);

    text-align: center; 

    width: 100px;

    height: 20px;

    margin: 15px 1px;

}

#serial_short{

    border-radius: 5px;

    padding: 4px 2px 2px 2px;

    background-color: rgb(216, 214, 214);

    text-align: center;  

    width: 40px;

    height: 20px;

    margin: 15px 1px;



}

#serial_plate_ext_ext{

    background-color: rgb(235, 235, 235);

    margin: 25px ;

    padding:5px ;

    border-radius: 10px;

    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#serial_plate_ext{

    background-color: rgb(37, 37, 37);

    border-radius: 7px;

    padding: 10px 20px 10px 20px;

    margin: 0px ;

}

#serial_plate{

    column-count: 6;

}

#serial_explanation{

    text-align: center;

    color: white;

    padding: 2px 5px;

    margin: 10px;

}

#content {

    position: relative;

    height: auto;

    text-align: center;

}
