.page_section_wrapper, .component_wrapper, .page_header_wrapper, .hamburger_menu_wrapper, .logo_wrapper, .my_list_icon_wrapper{
    /*border: 1px solid #666;*/
}



body{
    background-color: #ffffff;
   
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #191d3a;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    
}
a{
    text-decoration: none;
    color: #899c11;
}
h2{
   
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: -0.25px;
    color: #899c11;   
}
h3{
 
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #191d3a; 
}
.page_section_wrapper{
    padding-left: 10px;
    padding-right: 10px;
}
.page_header_wrapper{
    margin-top: 16px;
   margin-bottom:16px;
}


.logo_wrapper{
    text-align: center;
}
.logo_wrapper img{
    max-height: 22px;
}
.my_list_icon_wrapper{
    text-align: right;
}

.footer{
    height: 201px;
    
}
.footer ul{
    padding: 0px;
}
.footer ul li{
    list-style-type: none;
    
    
}
.footer ul li a{
    color: #fff;
    text-decoration: none;
    line-height: 23px;
    font-size: 12px;
    letter-spacing: -0.1px;
   
}
.bold{
    font-weight: bold;
}
.uppercase{
    text-transform: uppercase;
}
.right{
   text-align: right;
}
.center{
    text-align: center;
}
.component_wrapper img.section-header{
    width: 100%;
    max-width: 380px;
}
#header-wrapper{
   
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    border-bottom: 1px solid #ccc;
    /*background-color: #447474;*/
    
}
#header-wrapper, #header-wrapper a{
   /* color: #fff;*/
}
#static-content-wrapper{
    margin-top:45px;
}
#header-wrapper .help{
    font-size: 3.5em;
}
.ui-widget{
    width:100%;
}
.ui-dialog button{
    width: auto;
}
.ui-button{
    line-height: 26px;
}
#unsaved_items_table tbody{
    
    border-bottom: 1px solid #447474;
}
#unsaved_items_table tbody td{
    padding:5px;
}
#unsaved_items_table tbody ul{
    padding-left:10px;
    margin:0px
}
.brand_count_control{
    text-align: right;
}
/* select with custom icons */
    .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
      padding: 0.5em 0 0.5em 3em;
      width: 88%;
    }
    .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
      height: 24px;
      width: 24px;
      top: 0.1em;
    }
    .ui-selectmenu-button.ui-button{
        width: 88%;
    }
 
    /* select with CSS avatar icons */
    option.avatar {
      background-repeat: no-repeat !important;
      padding-left: 20px;
    }
    .avatar .ui-icon {
      background-position: left top;
      width: 20px;
      height: 20px;
    }
    
/*
pure.css overrides
*/


.pure-g{
    letter-spacing: normal !important;
}








.padding-1-5{
    padding: 1.5em;
    text-align: center;
    vertical-align: middle;
}