/* 
Core2 and Shared template migration to new dust template.
Override MPP2 old page style. 
*/

/* NOTE: Use important because we have to override ancient page CSS. Not recommended otherwise. */

/* Shared or core:layout */
html {
  background: none !important;
}
section#content {
  min-width: 67.14285714285714em;
  max-width: 82.14285714285714em;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-left: 3%;
  padding-right: 3%;
  background: none !important;
}
#signup-button {
  color: #fff;
}
#header-buttons .btn-signup {
  color: #fff;
}
header #main-menu li {
    margin: 0;
}
header a[name] {
  font-size: 0.786rem;
  line-height: 1.36em;
  display: inline-block
}
footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 14px !important;
}
footer a:link, 
footer a:visited {
  color: #666;
  text-decoration: none;
}
.footer-search button.search-icon,
.footer-search button:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  box-sizing: border-box;

  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://www.paypalobjects.com/webstatic/mktg/2014design/search_glass_large2x.png);
  background-repeat: no-repeat;
  background-position: left 9px;
  background-size: 14px 14px;
  margin: 5px 5px 0 0;
  display: inline-block;
  overflow: hidden;
  text-indent: -999em;
  width: 30px !important;
  height: 36px;
  padding: 13px 0 9px;
  vertical-align: middle;
  min-width: 0;
  -webkit-appearance: none;  
}
#login-header input.small {
  width: 182px;
}

/* core2:template */
body {
    /*something to do with em and body width*/
    font-size: 14px !important;
}
#content #main {
  padding-bottom: 0 !important;
  background-image: none !important;
}
#content {
  border-top: 0 !important;
}
footer .footer-main {
  text-align: left;
}




