/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the default font size on small devices */
html {
  font-size: 112.5%;
}
input[type="text"], input[type="password"]{

    height: 25px !important;

    width: 220px !important;
    margin-right: 25px !important;
    font-size: 14px !important;

}
#body{
    padding:5px !important;
    width:150% !important;
    background-color:#FFF !important;
}
#page {
    width:100% !important;
    background-color: #FFF;
    margin:0; 
    padding: 0px;
}
#maincontent{
    padding:5px !important;
    margin: 0 !important;
    width:100%;
}
.trackeraircraft{
    //display: inline;
    //table-layout: auto;
   // height:50px;
   margin:0;
    width:100%px !important;
}
.trackeraircraft table{
    display: block;
   margin:0;
   // table-layout: auto;
   // height:50px;
    width:100% !important;
}
.trackeraircraft tr, .trackeraircraft th, .trackeraircraft td{
    word-wrap: normal;
     font-size: 75%;
    width:10%;
    //display: inline;
}
#orderlist table{
    //display: block;
}
#header{
    padding:5px !important;
    width:100% !important;
}
#footer{
    padding:5px !important;
    width:100% !important;
}
.container page{
    width: 100%;
}