html {
    background: #4e4644 url(https://cdn.quiltingboard.com/images/bg_08.png) repeat;
}
body{
   width:996px;
   min-width:650px;
   margin: 0 auto;
   display:table;
   background:#fcfaf0;
 //  font-family: Verdana;
font-family: Verdana, Tahoma, Geneva, sans-serif;
   color:#4e4644;
}
header{
    background-image: url(https://cdn.quiltingboard.com/images/header_background.png);
    color: #f9f6e1;
 //   font: normal normal normal 13px Verdana, Tahoma, Calibri, Geneva, sans-serif;
    position: relative;
    min-height: 150px;
    /* padding-bottom: 2.5px; */
    /* margin-bottom: 52px; */
}
li.tools-item a strong{
background-color:#4e4644;
padding:8px;
}
.top-nav, .top-nav-left li:not(.has-form) a:not(.button), .top-nav-right .has-form {
background-color:#4e4644;
}

.top-nav-left .dropdown li:not(.has-form):not(.active) > a:not(.button), .top-nav-left ul li:hover:not(.has-form) > a{
background-color: #549e9e;
}
button.tertiary, .button.tertiary{
background-color:#C1385A;
}
.tbox .trow.tmenu a,.tbox .trow.tmenu a:hover, .tbox .trow.tfoot a, .tbox .trow.tfoot a:hover,.tbox .trow.thead a, .tbox .trow.thead a:hover{
color: #008080;
}

.tbox .trow.tcat,.tbox .trow.thead{
color: #5e5653;
}

.m-level, .m-word-wrap{
    padding: 10px;
    border: 1px solid #ccc;
}
#consent_blackbar {
position: fixed;
top: 0;
z-index: 999999;
width: 100%;
left: 0;
border-radius: 0px;
}

@media all and (max-width: 790px) {
#consent_blackbar .truste-button2 {
position: absolute;
}
}
#nlsignup {
    font-family: Verdana;
    font-size: 12px;
    color: #4E4644;
    margin: 0px auto;
    width: 160px;
    padding: 8px 0;
    border-top: 4px solid #4FB2B2;
    border-bottom: 4px solid #4FB2B2;
    background: none;
    width: 100%;
}

#right-rail h1, .yui-b h1 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 11px;
    line-height: 1.13;
    border: 0;
    padding: 0;
    text-align: left;
}
#nlsignup label {
    float: right;
    width: 128px;
    margin: 0 6px 8px 0;
    text-align: left;
}    
body > div.row > div > div.tbox > div:nth-child(1) > div.tcell.smallfont > li,
body > div.row > div > div.tbox > div:nth-child(1) > div.tcell.smallfont > div > li {
     display: inline;
}

body > div.row > div > div.tbox > div:nth-child(1) > div.tcell.smallfont > li::after {
    content: '>';
}

body > div.row > div > div.tbox > div:nth-child(1) > div.tcell.smallfont > li:last-of-type::after {
    content: '';
}