/* underline all links */
a:link,
a:visited {
  text-decoration: underline !important;
  background-color: inherit !important;
  color: inherit !important;
}

/* remove some decorations or background colors */
#border, #search-form { display: none }
#header-container { background-color: #fff; color: #555; border: none; margin-bottom: 10px }
#header { min-height: 110px; }
#header-langs { display: none }
#footer-container { background-color: #fff; color: #555; border: none; }
#logo img { filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); }

/* no left column, but keep right column at tablet-like size */
#header, #wrapper { padding: 0 8px; }
#header #logo { top: 25px; left: 8px; margin:0; }
#logo img { width: 180px; height: 62px; }
#header-right { margin-left: 210px }
#footer { padding: 36px 8px 14px 8px; }
.leftcol, #footer-quicklinks, #share-links { display: none }
.sepcol { display: none }
#rightcol-inner { right: -180px; top: 0px; width: 170px; margin-right: 0 }
#content { margin-right: 180px; padding-right: 0; min-height: 350px }
#main-img { width: 170px; }
div.col2, div.col3 { float: none; width: auto; margin: 0; }
#footer { padding-top: 16px; font-size: 12px }
#footer-license { float: none; text-align: left; padding: 0; width: auto }
#footer-license h3 { display: none }


