.ocgw_container {
    width: 95%;
}
input.gw_price_cat {
    margin-top: 5px;
}
.ocgw_container ul.tabs {
    margin: 20px 0px;
    padding: 0px;
    list-style: none;
}
.ocgw_container ul.tabs li {
    background-color: #dadada;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 0px #1d2327;
}
.ocgw_container ul.tabs li.current {
    background: #3b7eb3;
    color: #ffffff;
}
.ocgw_container .tab-content {
    display: none;
    background: #dadada;
    padding: 10px;
    box-shadow: 0px 2px 10px 0px #1d2327;
    border-radius: 0px 5px 5px 5px;
}
.ocgw_container .tab-content.current {
    display: inherit;
}
.ocgw_container .ocgw_attribute_div {
    width: 100%;
    display: inline-block;
}
.ocgw_container .ocgw_child_div {
    display: inline-block;
    width: 100%;
}
.ocgw_container h2.ocgw_des_head {
    margin: 0;
    padding: 10px;
    background-color: #3b7eb3;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 3px 3px 5px 0px #1d2327;
}
input#ocgw_btn_space {
    margin-top: 20px;
}
.ocgw_radio input {
    margin: 0 15px;
}
.ocgw_radio input:first-child {
    margin-left: 0;
}
.ocgw_elimsg {
    width: 350px;
}
input#ocgw_btn_space:hover, input#ocgw_btn_space:hover {
    outline: none;
    text-decoration: none;
}
.ocgw_desc {
  display: block;
  margin-top: 2px;
}
.ocgw_rating_div {
    width: 100px;
    vertical-align: middle;
}

table.ocgw_table {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
table.ocgw_table th {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 25%;
    line-height: 1.3;
    font-weight: 600;
}
table.ocgw_table td {
    display: inline-block;
    width: 70%;
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}
table.ocgw_table tbody {
    display: inline-block;
    width: 100%;
}
table.ocgw_table tr {
    display: inline-block;
    width: 100%;
}



/*CSS for support rating donation start*/
.ocgw_rating_div {
    width: 100px;
    vertical-align: middle;
}
.ocgw_ratesup_notice_main {
    display: inline-block;
    width: 100%;
}
.ocgw_rateus_notice, .ocgw_support_notice {
    display: inline-block;
    width: 45%;
    float: left;
    color: #fff;
    background-color: #fb5f51;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    height: 70px;
    margin-bottom: 12px;
}
.ocgw_rateus_notice h3, .ocgw_support_notice h3 {
    color: #fff;
    margin: 0;
    margin-bottom: 12px;
    font-size: 20px;
}
.ocgw_rateus_notice label, .ocgw_support_notice label {
    font-size: 16px;
}
.ocgw_support_notice {
    background-color: #2f3337;
    margin-left: 2%;
}
.ocgw_rateus_notice a, .ocgw_support_notice a {
    color: #fff;
}
.ocgw_rtusnoti_left {
    display: inline-block;
    float: left;
    width: 70%;
}
.ocgw_rtusnoti_right {
    display: inline-block;
    float: right;
    text-align: right;
}
.ocgw_rtusnoti_right img {
    width: 50px;
    height: auto;
}
.ocgw_donate_main {
    background: #fff;
    padding: 15px;
    display: flex;
    width: 94.6%;
    border: 1px solid #e3bbac;
    align-items: center;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin-top: 15px;
}
.ocgw_donate_main img {
    height: 32px;
}
.ocgw_donate_main > * {
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.ocgw_onate_main h3 {
    font-size: 15px;
}
.ocgw_donate_form {
    display: flex;
}
.ocgw_donate_main .button {
    text-align: center;
}
img.ocgw_rating_div {
    width: 100px;
    width: 105px;
    vertical-align: middle;
}
/*CSS for support rating donation end*/