/* CSS for the main site */

.mwa_content_div {
    margin-bottom: 10px;
}

.mwa_product_info_element {
    margin-bottom: 5px !important;
}

.mwa_product_info_element .mwa_title {
    display: inline-block;
    font-weight: bold;
}

.mwa_product_info_element .mwa_info {
    display: inline-block;
}


#mwa_contents_tab {

}
#mwa_contents_tab div {
    padding: 5px 0px;
}

.rps_discounts_apply {
    color: green;
}

.rps_discounts_apply.error {
    color: red;
}

td.important {
    background-color: #fdd;
}

#existing_gratis_date {
    display: block;
    padding: 10px;
    font-style:italic;
}

#thanks_tr .error {
    color: red;
    padding: 10px;
}
#thanks_tr .ok {
    padding: 10px;
}

#cart_discounts_info {
    font-size: .8em;
    color: #888;
}

/* the fake submit button on the form registration page */
a.mwa_button {
	display: inline-block;
    font-size: 1.6rem !important;
    text-transform: none !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
    min-width: 160px !important;
    border: 2px solid #1C2244 !important;
    background: #1C2244 !important;
    color: #FFFFFF !important;
    border-color: #1C2244 !important;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 100px !important;
    text-align: center !important;
}
a.mwa_button:hover {
    border: 2px solid #1C2244 !important;
    color: #1C2244 !important;
    background-color: #FFFFFF !important;
}
div.login_link {
    margin-top:20px;
}




