
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 14x;
    background-color: white;
    color: white;
    text-decoration: none; 
    overflow-x:hidden;
    
}
input { padding:2 4; font-family:Lato; font-weight:400; color:black; border-radius:6px; }
input::placeholder { font-family:Lato; font-weight:100; font-style:italic; color:gray; }

.submit_button { float:left; padding:2 10; font-family:'Lato'; font-weight:400; font-size:16px; color:black; background-color:#fbdb32; margin-right:3px; cursor:pointer; border-radius:6px; border-right:1px solid #0b495d; border-bottom:1px solid #0b495d; }
.submit_button:hover { background-color:tomato; color:white; }

.view_button { float:left; padding:2 8 1 8; font-family:'Lato'; font-weight:400; font-size:11px; color:black; background-color:#fbdb32; margin-right:3px; cursor:pointer; border-radius:4px; border-right:1px solid #0b495d; border-bottom:1px solid #0b495d; }
.view_button:hover { background-color:dodgerblue; color:white; }

.nav-on { color:#fbdb32; }
.nav-off { color:black; cursor:pointer; }
.nav-off:hover { color:dodgerblue; }

.page_title {  font-family:'Lato'; font-weight:bold; font-size:24px; }

.hidden { display:none; }

.inventory_bubble { float:left; background-color:LightSlateGray; color:white; padding:3 6; font-size:12px; border-radius:4px; margin:1 2 0 0; }
.left_stock_bubble { float:left; color:white; padding:2 6; font-size:10px; border-radius:4px; margin:1 2 0 0; }

a:link {color:#cc0101; font-size: 14x;}      /* unvisited link */
a:visited {color:#cc0101; font-size: 14x;}  /* visited link */
a:hover {color:#cc0101; font-size: 14x;}  /* mouse over link */
a:active {color:#cc0101; font-size: 14x;}