/* Header */
.flex.sticky i.pe.pe-7s-cart {
    color: white !important;
}

/* Slider */
.fullwidthbanner-container .fullwidthabanner{
    width:100% !important;
    float: none !important;
    margin-bottom: 0px !important;
}

@media (max-width: 480px){
    .fullwidthbanner-container .fullwidthabanner {
        width:100% !important;
        float: none !important;
        margin-bottom: 0px !important;
    }
}

.sp-module ul > li.tp-revslider-slidesli {
    border-bottom: none !important;
}

/* Footer */
.sp-module ul.footermenu >li >a{
    color: white;
}

.btn-primary, .button, .btn-readmore, .sppb-btn-primary, .vm-button-correct {
    border-color: #66ad2e !important;
    background-color: #6bb530 !important;
    background-color: rgba(107,181,48,0.9) !important;
    color: #fff !important;
    outline: 0 !important;
}

/*Category view*/

div.row.productwrap div.products.col-sm-6.col-md-4 div.spacer.product-container {
    height: 100%;

}

div.row.productwrap div.products.col-sm-6.col-md-4 div.spacer.product-container div.spacer-inner h2 {
    font-size: 155%;

}

div.below-component div.featured-view div.row.productwrap.vmproduct.productdetails.products.clearfix.owl-carousel.owl-theme.owl-theme_mod-b.enable-owl-carousel div.owl-wrapper-outer div.owl-wrapper div.owl-item div.products.product-list-style div.spacer.center div.spacer-img a img.featuredProductImage {
    max-width: 350px;

}

div.category-view div.browse-view div.row.productwrap div.products div.spacer.product-container div.spacer-inner div.vm-details-button {
    display: block;
    margin-top: 10px;

}

div.category-view .productwrap .aktion{
    background: rgba(241,72,51,0.67);
    padding: 6px 8px;
    position: absolute;
    border-radius: 3px 3px 0 3px;
    top: 15px;
    right: -10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

div.category-view .productwrap .aktion:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    margin-top: 30px;
    right: 0;
    border-top: 3px solid rgba(241,72,51,0.57);
    border-bottom: 3px solid transparent;
    border-left: 5px solid rgba(241,72,51,0.57);
    border-right: 5px solid transparent;
}

/*Product-Details and Guest Checkout Button*/
div.category-view div.browse-view div.row.productwrap div.products div.spacer.product-container div.spacer-inner div.vm-details-button a,
form#userForm fieldset div.control-buttons button:nth-child(3) {
    border-color: #6bb530;
    color:  #6bb530;
    background: white;
    font-size: 14px;
    border: 1px solid;

}

div.category-view div.browse-view div.row.productwrap div.products div.spacer.product-container div.spacer-inner div.vm-details-button a {
    padding: 5px;

}

div.category-view div.browse-view div.row.productwrap div.products div.spacer.product-container div.spacer-inner div.vm-details-button a:hover,
form#userForm fieldset div.control-buttons button:nth-child(3):hover{
    background: #6bb530;
    color: white;

}

@media(max-width:400px) {
    .category-view .row .spacer .spacer-inner .product-price > div, .browse-view .row .spacer .spacer-inner .product-price > div span.vm-price-desc {
        display: block;
        text-align: center;
    }
}
/*END*/


/*CART*/
div.cart.tos div.terms-of-service label {
    font-weight:bold;
    width: 50%;
    float: right;
    text-align: right;

}

div.cart.tos div.terms-of-service label a {
    text-decoration: underline;
}


table.cart-summary tbody tr td input.coupon {
    display: inline-block;
    margin-top: 5px;
    width: 29%;

}

@media (min-width: 991px) and (max-width: 1199px) {
    table.cart-summary tbody tr td input.coupon {
        width: 38%;

    }

}

table.cart-summary tbody tr td {
    border: none;

}

div.bits_payment, div.bits_shipment {
    display: inline-block;
    border: solid 1px #6bb530;
    margin-bottom: 20px;
    width: 49%;

}

div.bits_payment div.selected_payment, div.bits_shipment div.selected_shipment{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    min-height: 71px;
}

div.bits_payment div.select_a_payment, div.bits_shipment div.select_a_shipment {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    min-height: 71px;
}

div.bits_payment h4, div.bits_shipment h4 {
    text-align: center;
    background: #6bb530;
    margin-top: 0px;
    padding: 5px;
    color: #fff;

}

div.vm-cart-header-container div.vm-continue-shopping button {
    margin-right: 0px !important;

}

#cart-view form#checkoutForm div.vm-continue-shopping button {
    margin-right: 20px;

}

#cart-view form#checkoutForm div.vm-continue-shopping button, div.vm-cart-header-container div.vm-continue-shopping button {
    border-color: #66ad2e !important;
    border: 1px solid;
    background-color: white !important;
    outline: 0 !important;
    padding: 2px;
    font-size: 15px;
    min-width: 100px;
    height: 44px;
    border-radius: 4px;

}

a#choose_shipment_btn, a#choose_payment_btn {
    float: right;
    margin-bottom: 10px;
    cursor: pointer;

}

form#checkoutForm div.bits_payment div.select_a_payment div.select_vm_wrap fieldset.vm-payment-select div.vm-payment-plugin-single input,
form#checkoutForm div.bits_shipment div.select_a_shipment div.select_vm_wrap fieldset.vm-shipment-select div.vm-shipment-plugin-single input{
    display: inline;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;

}

form#checkoutForm div.bits_payment div.select_a_payment div.select_vm_wrap fieldset.vm-payment-select div.vm-payment-plugin-single span {
    line-height: 20px;
}

form#checkoutForm div.bits_payment span.vmpayment_name {
    display: none;
}

form#checkoutForm div.bits_payment span.vmpayment_description {
    font-size: 14px;
    color: #333;
}

form#checkoutForm div.bits_payment div.select_a_payment div.select_vm_wrap fieldset.vm-payment-select div.vm-payment-plugin-single label,
form#checkoutForm div.bits_shipment div.select_a_shipment div.select_vm_wrap fieldset.vm-shipment-select div.vm-shipment-plugin-single label{
    margin: 0;
}

form#checkoutForm div.bits_payment div.select_a_payment div.select_vm_wrap fieldset.vm-payment-select div.vm-payment-plugin-single span,
form#checkoutForm div.bits_payment div.select_a_payment div.select_vm_wrap fieldset.vm-payment-select div.vm-payment-plugin-single span.vmCartPaymentLogo img{
    text-align: left !important;
}

form#checkoutForm div.bits_payment div.select_a_payment div.select_vm_wrap fieldset.vm-payment-select div.vm-payment-plugin-single span.vmCartPaymentLogo img {
    margin: 0;
}

.vm-shipment-select div input[type="radio"]:checked + label, .vm-payment-select div input[type="radio"]:checked + label {
    border: none;
    box-shadow: 0 1px 5px #6bb530;
    /*min-height: 100px;*/
}

.vm-shipment-select div input[type="radio"]:checked + label {
    /*padding: 38px 10px;*/
}

div#sp-component div.product-container.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-short-description,
div#sp-component div.product-container.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price {
    margin-bottom: 15px;

}

div#cart-view form#checkoutForm fieldset.vm-fieldset-tos div.tos,
div#cart-view form#checkoutForm fieldset.vm-fieldset-tos div.tos span.tos,
div#cart-view form#checkoutForm fieldset.vm-fieldset-tos div.tos input#tos {
    float: right;

}

div#cart-view form#checkoutForm fieldset.vm-fieldset-tos div.tos input#tos {
    margin-right: 2%;
    margin-top: 6px;

}

.cart-view table.cart-summary tr.sectiontableentry1 td,
.cart-view table.cart-summary tr.sectiontableentry2 td {
    border: none;

}

.cart-view table.cart-summary {
    border: none;
    border-color: currentColor;
    border-collapse: unset;

}

.cart-view table.cart-summary th {
    text-transform: none !important;
}



.cart-view table.cart-summary .cart-images img  {
    max-width: 150px;

}

table.cart-summary .PricesalesPrice,
table.cart-summary .PricesalesPriceShipment,
table.cart-summary .PricebillTaxAmount{
    text-align: right;

}

table.cart-summary thead th.vm-cart-item-quantity {
    min-width: 205px;

}

tr.bits_td_style td {
    padding: 10px !important;

}

#userForm .control-buttons button.default{
    margin-right: 20px;
}

.paypal_button_bits {
    display: inline-block;
    vertical-align: -moz-middle-with-baseline !important;
    vertical-align: -webkit-baseline-middle !important;
    vertical-align: middle;
    margin-right: 20px;
}

.step{
    vertical-align: middle;
}

span.step {
    display: inline-block;
}

.step > .stepdot {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.step > .stepdot.active {
    background-color: #ccc;
    font-weight: bold;
    color: white;
}

.step > .stepname {
    margin-left: 10px;
    margin-right: 20px;
}

.step > .stepname.active {
    font-weight: bold;
}

#cart-view .vm-cart-header-container h1 {
    font-size: 240%;
    padding: 5px 0;
    margin: 0;
}

#cart-view .vm-cart-header-container .vm-continue-shopping {
    margin-left: 0 !important;
}

/*BUTTON Fix for IE*/
.cart-view .vm-continue-shopping a.continue_link.btn-continue {
    padding: 8px 12px;
    border: 1px solid #6bb530;
    border-radius: 4px;
    margin-right: 20px;

}


@media (min-width: 401px) and (max-width: 416px) {
    #cart-view .vm-cart-header-container div.vm-cart-header span{
        margin-right: 0px;
    }
}

@media (min-width: 401px) and (max-width: 480px) {
    #cart-view .vm-cart-header-container div.vm-cart-header .step {
        margin-bottom: 5px;
    }
}
@media (min-width: 481px) and (max-width: 540px) {
    .cart-view .vm-continue-shopping .btn-continue .continue_link,
    .cart-view .vm-continue-shopping a.continue_link.btn-continue{
        padding: 8px 5px !important;
        font-size: 13px;
    }
}

/*END*/

/*Productdetailsview*/
.productdetails-view .vm-product-details-inner .percent-off::before {
    border: none;
}

div.product-container.productdetails-view .vm-product-wrap{
    margin-top: 20px;
}

.productdetails-view .vm-product-details-inner .vm-product-title{
    text-align: right;
}

.productdetails-view .vm-product-details-inner .product-price{
    width: auto !important;

}

.productdetails-view .vm-product-details-inner .go-to-shop {
    display: inline-block;
    margin: 3px auto 10px;
    float: right;

}

.productdetails-view .vm-product-details-inner .go-to-shop a i{
    padding-right: 10px;

}

div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.vm-product-title,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-short-description,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.spacer-buy-area div.addtocart-area,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-fields,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price .PricetaxAmount,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price .PricepriceWithoutTax,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price div.percent-off{
    float: right !important;
    clear: both;

}

div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price div.percent-off {
    margin-bottom: 10px;
}

div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price .PricetaxAmount .vm-price-desc,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price .PricepriceWithoutTax .vm-price-desc{
    margin-right: 5px !important;

}

div.sp-column div.go-to-shop i {
    margin-right: 7px;

}

div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-fields div.product-field div.product-field-display,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-short-description h4,
div.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price div.price-without-discount {
    text-align: right;

}

div.productdetails-view div.vm-product-wrap div.vm-product-details-inner div.back-to-category a {
    border: solid #CAC9C9 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 3px 8px 1px;

}

div.productdetails-view div.vm-product-wrap div.vm-product-details-inner div.back-to-category a:hover,
div.go-to-shop a:hover{
    color: #6bb530;

}

div.featured-view div.productdetails.productwrap div.owl-controls {
    display: none !important;
}

div.featured-view div.productwrap.owl-carousel div.owl-wrapper-outer div.owl-item img {
    float: none;
}
/*END*/

/*RESPONSIVE DESIGN*/
@media (min-width:990px) and (max-width: 1200px) {
    div#sp-component div.product-container.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price span.PricesalesPrice {
        font-size: 20px;
    }
}
@media (max-width: 990px) {
    .warenkorb header#sp-header #sp-logo {
        width: 91.66666667%;

    }

    table.cart-summary tbody tr td input.coupon,
    table.cart-summary tbody tr td span.details-button input{
        width: 220px;
        font-size: 12px;
        display: flex;

    }

    table.cart-summary tbody tr td input.coupon {
        margin-bottom: 5px !important;

    }

    /*Styling only for chrome*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        table.cart-summary tbody tr td span.details-button input {
            display: flow-root;

        }
    }
    /*END*/
}

@media (max-width: 700px) {
    form#checkoutForm .bits_select{
        display: block !important;
    }

    section#sp-bottom div.container div.row div#sp-bottom2 div.sp-column div.sp-module div.sp-module-content div.custom div#socialfooterbuttons a {
        padding: 15px;

    }

    form#checkoutForm div.row-fluid table.cart-summary.table.table-condensed tbody tr td div.PricesalesPrice.vm-display.vm-price-value,
    form#checkoutForm div.row-fluid table.cart-summary.table.table-condensed tbody tr td span div.vm-price-value,
    form#checkoutForm div.row-fluid table.cart-summary.table.table-condensed tbody tr td div.vm-price-value {
        text-align: right;

    }

    table#cart_bottom tbody tr td {
        padding: 0px;

    }

    table#cart_bottom tbody tr td span.details-button input {
        display: block;

    }

    table.cart-summary tr td.bits_price_align div {
        text-align: right;

    }

    div.bits_payment, div.bits_shipment {
        width: 100%;
        float: none !important;

    }

    div.cart.tos div.terms-of-service label {
        float: right;
        width: 80%;
        clear: both;

    }

    form#checkoutForm div.billto-shipto div.mobile-centered{
        margin-bottom: 10px;

    }
}

@media  (max-width: 620px) {

    form#checkoutForm div.bits_scrollable {
        overflow-x: auto;
        white-space: nowrap;
        display: block;
        width: 100%;
    }

    /*Chrome/IE/Opera Scrollbar Styling*/
    ::-webkit-scrollbar  {
        width: 10px !important;
    }

    /* Track */
    .bits_scrollable::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
    }

    /* Handle */
    .bits_scrollable::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        background: #a6a6a6 !important;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;

    }


    /*END*/

    body.view-cart div#fancybox-wrap {
        z-index: 9999999999;

    }
}

/*LOGIN Address*/
@media (min-width: 769px) and (max-width: 990px) {
    form#com-form-login fieldset.userdata div input {
        width: auto;

    }
}
@media (max-width: 768px) {
    form#com-form-login {
        padding: 0;
    }
}


@media (max-width: 740px) {
    #com-form-login div.floatleft:nth-child(2) {
        width: inherit !important;

    }
}

form#com-form-login fieldset.userdata h3, h3.bits_paypal_heading, form#userForm fieldset h3 {
    font-weight: bold;
    color: black;
    font-size: 20px;

}

form#com-form-login fieldset.userdata h3 {
    margin-top: 45px;
}

h3.bits_paypal_heading {
    margin-top: 40px
}
/*END*/

/*Position TOP 1 Fix*/
@media (min-width: 990px) and (max-width: 1200px) {
    div#sp-top1, div#sp-top2 {
        width: 50%;

    }

    .browse-view div.row div.products .spacer .spacer-inner div.main_price .product-price div.vm-price-value {
        font-size: 11px !important;
    }

    .browse-view div.row div.products .spacer .spacer-inner div.main_price .product-price div.vm-price-value span.PricesalesPrice {
        font-size: 20px;
    }
}
/*END*/

/*Edit BT/ST Address*/
@media (max-width: 500px) {
    table.user-details tr td label {
        min-width: 70%;
        text-align: right;
        word-wrap: break-word;
        padding: 0;

    }

    table.user-details tr td.key {
        padding: unset;
    }

    table.user-details tr td input,
    table.user-details tr td div .chzn-single {
        min-width: 20% !important;
        width: 100%;

    }

    table.user-details tr td input#privacy_field,
    table.user-details tr td input#Newsletter_field {
        min-width: unset !important;
    }


    form#userForm fieldset div.control-buttons .vm-button-correct,
    form#userForm div.control-buttons .vm-button-correct {
        margin-right: 5px;
        width: 55%;
        padding: 5px;

    }

    form#checkoutForm div.vm-continue-shopping {
        margin: 0;

    }

    table.user-details tr td div.privacy-checkbox label{
        word-break: break-word;
    }

}

@media (min-width: 430px) and (max-width: 500px) {
    form#userForm table.user-details td div.intl-tel-input {
        width: 81% !important;
    }
}

@media (max-width: 430px) {
    form#userForm table.user-details td div.intl-tel-input {
        width: 69% !important;

    }
}

@media (min-width: 501px) and (max-width: 600px) {
    table.user-details tr td input,
    table.user-details tr td div .chzn-single,
    table.user-details tr td div.controls label{
        min-width: 70% !important;
        width: 55%;

    }

    table.user-details tr td input#Newsletter_field,
    table.user-details tr td input#privacy_field {
        min-width: 0 !important;
    }

    table.user-details tr td label {
        min-width: 90%;

    }

    form#userForm table.user-details td div.intl-tel-input{
        width: 81% !important;
    }

}

@media (max-width: 1200px) {
    table.user-details tr td div.chzn-container {
        width: 100% !important;

    }
}

@media (min-width: 601px) and (max-width: 1200px) {
    table.user-details tr td input,
    table.user-details tr td div .chzn-single,
    table.user-details tr td div.controls label{
        min-width: 20% !important;
        width: 85%;

    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    form#userForm table.user-details td div.intl-tel-input {
        width: 91% !important;
    }
}

form#userForm fieldset legend.userfields_info {
    font-weight: normal;
    color-adjust: #333;
    font-size: 18px;


}

fieldset table.adminForm.user-details td div.controls {
    display: flex;
    width: 50%;
}

fieldset table.adminForm.user-details td div.controls label input {
    position: unset !important;
    position: static;

}

fieldset table.adminForm.user-details td div.controls label {
    padding: 0px;
}

form#userForm div.control-buttons button:nth-child(3),
form#userForm div.control-buttons button:nth-child(4),
form#userForm div.control-buttons button:nth-child(2):hover {
    background-color: white !important;
    border: 1px solid  rgba(107,181,48,0.9) !important;
    color: rgba(107,181,48,0.9) !important;
}

form#userForm div.control-buttons button:nth-child(3):hover,
form#userForm div.control-buttons button:nth-child(4):hover {
    background-color: rgba(107,181,48,0.9) !important;
    color: white !important;
}

form#userForm div.control-buttons button:nth-child(2) {
    border: 1px solid  rgba(107,181,48,0.9) !important;
}

form#userForm table.user-details td input#Newsletter_field,
form#userForm table.user-details td input#privacy_field {
    min-width: 0;
}


td.key div.privacy-checkbox div.gdpr-checkbox {
    padding-left: 23px !important;
}

form#userForm table.user-details td div.intl-tel-input {
    width: 88%;
}


/*END*/

/*CART - BT/ST Adress*/
@media (min-width: 630px) {
    form#checkoutForm div.billto-shipto div.mobile-centered {
        width: 50%;
        float: left !important;

    }
}

@media (min-width: 479px) and (max-width: 629px) {
    form#checkoutForm div.billto-shipto div.mobile-centered div.output-billto,
    form#checkoutForm div.billto-shipto div.mobile-centered div.output-shipto {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 629px) and (max-width: 768px) {
    form#checkoutForm div.billto-shipto .mobile-centered
    {
        text-align: left !important;
    }
}

@media (max-width: 479px) {
    form#checkoutForm div.billto-shipto div.mobile-centered div.output-billto,
    form#checkoutForm div.billto-shipto div.mobile-centered div.output-shipto {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*END*/
@media(min-width: 330px) and (max-width: 750px) {
    div.bits_payment h4, div.bits_shipment h4 {
        font-size: 120%;

    }
}

/*Productdetails*/

@media (max-width: 367px) {
    div.product-container.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner div.product-price span.PricesalesPrice {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    div.product-container.productdetails-view.productdetails div.vm-product-wrap.row div.vm-product-details-inner {
        width: 100%;
    }

    /*Categoryview*/
    div.category-view div.browse-view div.row.productwrap div.products div.spacer.product-container div.spacer-inner div.vm-details-button a {
        width: 60%;
    }
    /*END*/

}

@media (min-width: 768px) and (max-width: 991px) {
    div.product-container.productdetails-view div.vm-product-media-img {
        width: 55%;
    }

    div.product-container.productdetails-view div.vm-product-details-inner {
        width: 45%;
    }

    .productdetails-view .vm-product-details-inner .product-price .PricesalesPrice span.PricesalesPrice {
        font-size: 20px !important;
    }

}

@media (max-width: 991px) {
    .productdetails-view .products-desc-tab .nav-tabs > li > a {
        padding: 10px 15px;
        font-size: 90%;
    }
}

@media (max-width: 590px) {
    .productdetails-view .products-desc-tab .nav-tabs > li {
        float: none;

    }

    .productdetails-view .products-desc-tab .nav-tabs > li > a {
        margin: 0px;
    }

    .product-container.productdetails-view.productdetails div.row div.col-sm-12 {
        width: 100%;
    }
}

/*END*/
/*END*/

/*ORDER-Done*/
div.vm-order-done table {
    margin-right: auto;
    margin-left: auto;
}

/* Popup */
.gafancybox-title.gafancybox-title-float-wrap {
    display: none !important;
}

/*SystemMessageContainer*/
div#system-message-container div#system-message div.alert-notice
{
    background: #6bb530;
    color: white;
}

div#system-message-container .alert-error
{
    background: #E8635C;
    color: black;
}

.view-cart .couponcart div{
    margin-top: 10px;
}

.view-cart .couponcart div a img{
    width: 20px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}