﻿header{
    margin: 0 0 0 20px;
}

img {
    vertical-align: middle;
}

.logo {
    margin-top: 10px;
    max-width: 200px;
    max-height: 75px;
}

.net{
    color: #E11A2B;
}

.pagetype{

    color: silver;
}

.macysnet{
    font-family: MODERNE, Arial, sans-serif;
    font-size: 24pt;
    font-weight: lighter;
}

.descript{
    font-family: Arial, sans-serif;
    color: black;
    font-size: small;
}     

.supply{
    font-family: Arial, sans-serif;
    color: #E11A2B;
    font-size: small;
} 

#wrapper{
    background-color: #e0ebeb;
    float: left;
    margin: 0 auto;
    width: 100%;
  -moz-transition: margin-left ease .25s;
  -o-transition: margin-left ease .25s;
  -webkit-transition: margin-left ease .25s;
  transition: margin-left ease .25s;
}

body {
    
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

form{
    width: 90%;
    font-family: Arial, sans-serif;
    font-size: small;
}

form p{
    font-size: 8pt;
    clear:both;
    margin: 5px;
    padding:4px;
}

label, input {
    display: block;
}

label {
    margin-left: 20px;
}

fieldset {
     -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
}

fieldset legend{
    font-family: Arial, sans-serif;
    font-size: medium;
    color: #E11A2B;
}

 fieldset label{
    display: inline-block;
    width: 140px;
}

fieldset input {
    display: inline-block;
    padding: 1px;
}

.row {
    margin-left: 0px;
}

.supply label,input {
    display: inline;
}

