/*  Place here any CSS code that you would like to affect both the Default and Home themes */
 
/** Include CSS from Table Digest site **/
@import url('http://tabledigest.wdfiles.com/local--code/css%3Aglobal-css/1');
 
/** Menu tweaks for ListPages generated menus **/
 
.dropdown-menu > li a {
    display: block;
    white-space: nowrap;
}
 
.dropdown-menu > li a:hover,
.dropdown-menu > li a:focus {
    background-color: #8A521C;
}
 
/**
*** Fancy BuyButton link styling
***   use as: [[a href="http://tabledigest.com/shop" class="BuyButton"]] Buy Now [[/a]] 
**/
 
.BuyButton {
    -moz-box-shadow:outset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow:outset 0px 1px 0px 0px #fff6af;
    box-shadow:outset 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color:#ffec64;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #ffaa22;
    display:inline-block;
    cursor:pointer;
    color:#333333;
    font-family:Arial;
    font-size:24px;
    font-weight:bold;
    padding:9px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffee66;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 
.BuyButton:hover, .BuyButton:focus {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
    background-color:#ffab23;
}
 
.BuyButton:active {
    position:relative;
    top:1px;
    box-shadow:inset 0px 1px 0px 0px #fff6af;
}
 
/** DT/DD styling - only used for Review comments */
 
dt {
    margin-top: 1em;
    font-weight:normal;
}
 
dd {
    margin-left: 40px;
    font-style: italic;
}
 
/** Feature styling for Home page **/
 
main .content .feature.feature-header {
  color: #642500;
}
 
main .content .feature-header h1 {
  color: #642500;
}