.excel4wp {
    width:100%;
    overflow:hidden;
}

.excel4wp_row {
    width: 100%;
}
.excel4wp_row:nth-of-type(odd) {
    background-color: hsla(0, 0%, 50%, 0.02);
}

.excel4wp_row > td {    
    border: 1px solid gray;
}

.excel4wp_intro {
    font-size: 15px;
    border: 1px solid gray;
    padding: 10px;
    font-size: 15px;
    background-color: #E0F5FF;
}

.excel4wp_cell {
}

.excel4wp_header {
    margin-top: 10px;
}

.excel4wp_header .excel4wp_heading {
    vertical-align: bottom;
    border: 1px solid gray;
}

.excel4wp_heading.excel4wp_numbers {
    /* Something you can count on */
    height: 130px;
    white-space: nowrap;
}

.excel4wp_results .excel4wp_heading.excel4wp_numbers {
    /* Something you can count on */
    height: 180px;
}
.excel4wp_heading.excel4wp_numbers > div {
    transform: 
    /* Magic Numbers */
    translate(0px, 0px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
    -moz-transform: translate(0px, 0px) rotate(270deg);
    -webkit-transform: translate(0px, 0px) rotate(270deg);
    width: 30px;
}
.excel4wp_heading.excel4wp_numbers > div > span {
    /*border-bottom: 1px solid #ccc;*/
    padding: 5px 10px;
}

.excel4wp_heading.excel4wp_definition {
    overflow: auto;
}

.excel4wp_break {
    border: none;
    height: 10px;
}

.excel4wp_input {
    width: 30px;
}

.excel4wp_numbersResults, .excel4wp_numbersScore, .excel4wp_numbers {
    text-align: center;
}

/* Colours */

.excel4wp_beige {
    background-color: beige !important;
}

.excel4wp_yellow {
    background-color: yellow !important;
}

.excel4wp_blue {
    background-color: #E0F5FF !important;
}

.excel4wp_lightgray {
    background-color: lightgray !important;
}

.excel4wp_header {
    background-color:beige;
}

.kjh_title, .kjh_brand, .kjh_country, .kjh_category, .kjh_price, .kjh_freight, .kjh_addtocart {
    float:left;
    display:inline;
}

.kjh_country {
    font-size: 10px;
    width: 17%;
    margin-left: 2% !important;
}

.kjh_category {
    width: 20%;
    margin-left: 2% !important;
}

.kjh_brand {
    font-size: 10px;
    width: 8%;
    margin-left: 2% !important;
}

.kjh_price, .kjh_freight, .kjh_addtocart {
    float: right;
    width: 9%;
    margin-left: 0 !important;
    font-size: 13px;    
}

.kjh_freight {
    margin-right: 40px;
}

.kjh_price_freight {
    float: right;
    width: 15%;
    margin-left: 0 !important;
    margin-right: 25px;
    font-size: 10px;
}

.woocommerce li.product .entry-wrap, .woocommerce-page li.product div.entry-wrap {
    /*min-height: 70px;*/
    min-height: 48px;
}

.woocommerce li.product .entry-header .button, .woocommerce-page li.product .entry-header .kjh_addtocart a.button.add_to_cart_button, .woocommerce-page li.product .entry-header .kjh_addtocart a.button.ordering_closed_button, .woocommerce-page li.product .entry-header .kjh_addtocart a.button.oos_button {
    /*top: 25px;*/
    top: -1px;
    opacity: 1;
    left: inherit;
    font-size: 10px;
}

.woocommerce-page li.product .entry-header .kjh_addtocart a.button.add_to_cart_button {
    /*right: 30px;*/
}

.woocommerce-page li.product .entry-header .kjh_addtocart a.button.ordering_closed_button {
    /*right: 18px;*/
}

.woocommerce li.product .entry-header h3, .woocommerce-page li.product .entry-header h3 {
    padding-bottom: 0px;
}

.kjh_addtocart {
}

.kjh_price {
    font-size: 10px;
    text-align: right;
}

.kjh_title {
    width: 45%;
    margin-left: 0 !important;
}

.woocommerce-page .products .product {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: lightgrey 1px solid;
}

.woocommerce li.product .entry-wrap, .woocommerce-page li.product div.entry-wrap {
    padding: 8px;
}

li:nth-child(even) div {
    background: #f7f7f7;
}

.cart .cart_item .product-thumbnail, .cart th.product-thumbnail {
    display: none;
}

.addon-wrap-3013-instructions-0, .post-3013.product .price {
    display:none;
}

#registerform object {
    width: 19px;
}

.kjh_product_header {
    margin: 8px;
}

.woocommerce .button.product_type_simple.ordering_closed_button:before, .woocommerce-page .button.product_type_simple.ordering_closed_button:before {
    font-size: 13px;
    content: "\f07a\0020\f00d\0020";
}

.woocommerce .button.product_type_simple.oos_button:before, .woocommerce-page .button.product_type_simple.oos_button:before {
    font-size: 10px;
    content: "\f00d\0020";
}

p.demo_store {
    position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:.5em 0;text-align:center;background:#ad74a2;background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));background:-webkit-linear-gradient(#ad74a2,#96588a);background:-moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);background:-moz-gradient(center top,#ad74a2 0,#96588a 100%);border:1px solid #96588a;color:#fff;z-index:99998;box-shadow:inset 0 0 0 3px rgba(255,255,255,.2);-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,.2)
}
.woocommerce-demo-store .x-navbar-fixed-top, .woocommerce-demo-store .x-navbar {
    top: 39px !important;
}
.woocommerce-demo-store .x-breadcrumb-wrap {
    margin-top:39px !important;
}

.woocommerce-page li.product .entry-header h3.kjh_title {
    font-size: 120%;
    line-height: 1.3;
}

.kjh_addtocart.ordering_closed {
    font-size: 14px;
}

@media (max-width: 767px) {
    .woocommerce .cart.shop_table .product-name, .woocommerce-page .cart.shop_table .product-name {
        display: table-cell !important;
    }
}

@media (max-width: 700px) {
    .woocommerce-page li.product .entry-header h3.kjh_title {
        font-size: 100%;
    }
    .kjh_title {
        width: 40%;
    }
    .kjh_freight {
        margin-right: 60px;
    }
}

@media (max-width: 635px) {
    .woocommerce li.product .entry-header .price>.amount, .woocommerce li.product .entry-header .price>ins>.amount, .woocommerce-page li.product .entry-header .price>.amount, .woocommerce-page li.product .entry-header .price>ins>.amount {
        font-size: 14px !important;
    }
    .kjh_price, .kjh_freight, .kjh_addtocart {
        font-size: 9px;
    }
    .woocommerce-page li.product .entry-header h3.kjh_title {
        font-size: 100%;
    }
    .kjh_title {
        width: 35%;
    }
    .kjh_freight {
        margin-right: 60px;
    }
}

@media (max-width: 550px) {
    .woocommerce li.product .entry-header .price>.amount, .woocommerce li.product .entry-header .price>ins>.amount, .woocommerce-page li.product .entry-header .price>.amount, .woocommerce-page li.product .entry-header .price>ins>.amount {
        font-size: 14px !important;
    }
    .kjh_price, .kjh_freight, .kjh_addtocart {
        width: 8%;
        font-size: 9px;
    }
    .woocommerce-page li.product .entry-header h3.kjh_title {
        font-size: 100%;
    }
    .kjh_title {
        width: 35%;
    }
    .kjh_freight {
        margin-top: 20px;
        margin-right: 65px;
    }
    .woocommerce .price, .woocommerce-page .price {
        margin-right: -27px;
    }
}

@media (max-width:387px) {
    .woocommerce li.product .entry-header .price>.amount, .woocommerce li.product .entry-header .price>ins>.amount, .woocommerce-page li.product .entry-header .price>.amount, .woocommerce-page li.product .entry-header .price>ins>.amount {
        font-size: 14px !important;
    }
    .kjh_price, .kjh_freight, .kjh_addtocart {
        width: 8%;
        font-size: 9px;
    }
    .woocommerce-page li.product .entry-header h3.kjh_title {
        font-size: 100%;
    }
    .kjh_title {
        width: 35%;
    }
    .kjh_brand {
        width:10%;
    }
    .kjh_country {
        width: 20%;
    }
    .kjh_freight {
        margin-top: 20px;
        margin-right: 27px;
    }
    .woocommerce .price, .woocommerce-page .price {
    }
    .woocommerce-page li.product .entry-header .kjh_addtocart a.button.add_to_cart_button {
        top: 35px;
    }
    .woocommerce li.product .entry-wrap, .woocommerce-page li.product div.entry-wrap {
        min-height: 75px;
    }
}

.tml-login, .tml-register {
    max-width: 320px;
}
.tml-left {
    display: block;
    max-width: 320px;
    margin-right: 100px;
    width: 100%;
    float: left;
}
.tml-right {
    display: inline-block;
    vertical-align: top;
}
.payment_box {
    font-size: 115%;
}
