﻿
body, html, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background: #000;
    color: #fff;
    font-size: 13px;
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* home Opera/IE 8+ */
}

a {
    color: #fda632;
}

.inner {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.logo {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}

    .logo .img {
        width: 100px;
        height: 100px;
        background: url(/images/KAGW-logo.png) no-repeat center center;
        margin: 0 auto;
      -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
    }

    .logo .imghover {
        width: 100px;
        height: 100px;
        background: url(/images/KAGW-logo.png) no-repeat center center;
        margin: 0 auto;
      border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
    }

.logo-text {
    text-align: center;
    padding-top: 5px;
    color: #FFF;
    font-size: 15px;
    padding-bottom: 20px;
}

.landingpage-text {
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 20px;
}

    .landingpage-text div {
        display: inline-block;
        white-space: nowrap;
        display: block;
    }

.page-Name {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 70px;
    color: #007d5e;
}

    .page-Name strong {
        color: #fda632;
        font-weight: normal;
    }

.landing-page-disc {
    padding: 10px 10px 50px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.main-link {
    text-align: center;
    padding: 10px 0 10px;
}

    .main-link a, .footernavbutton a, .popupcontent a {
        display: inline-block;
        padding: 10px 20px;
        background: #fda632;
        color: #fff;
        border-radius: 5px;
        font-size: 17px;
        text-decoration: none;
        margin: 5px;
    }

        .main-link a.signin {
            background: #007d5e;
        }

.heading {
    text-align: center;
    font-size: 60px;
    padding: 20px;
    color: #666;
}

    .heading a {
        color: #007d5e;
    }

.event-content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.event-day {
    float: left;
    width: 46%;
    margin: 2%;
    color: #eee;
    padding: 2%;
    border-radius: 10px;
    box-shadow: 0px 0 2px rgba(0,0,0,.8);
    font-size: 16px;
    background: url('/images/bg.png');
}

    .event-day li {
        padding-bottom: 10px;
    }

    .event-day h3 {
        padding: 10px;
        background: #007d5e;
        border-radius: 5px;
        font-size: 17px;
        color: #fff;
    }

.footer-content {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.home {
    background: #000 url('/images/tt_1.jpg') 50% 0 no-repeat fixed;
}

    .home .inner {
    }

.event-list {
    /*  background: #000 url('/images/event-bg.jpg') 50% 0 no-repeat fixed;*/
    background: #000;
}

.footer {
    background: #000;
    color: #666;
}

    .footer .inner {
        max-width: 1000px;
        text-align: center;
        padding: 20px 10px 20px 10px;
    }

.usefulllinks {
    float: left;
}

.sponsers {
    float: right;
}

.loggged-in-box {
    padding: 10px;
}

    .loggged-in-box a {
    }

.wizard-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    background: #eee;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    color: #444;
}

.step-process {
}

    .step-process div {
        float: left;
        width: 19.5%;
        text-align: center;
        padding: 10px 0;
        min-height: 70px;
    }

        .step-process div.clear {
            min-height: 0;
        }

        .step-process div.last {
            border-right: none;
        }

        .step-process div span {
            font-size: 20px;
            line-height: 40px;
            display: inline-block;
            background: none;
            color: #999;
            text-align: center;
            width: 40px;
            height: 40px;
            border-radius: 999px;
            box-shadow: 1px 1px 0 rgba(0,0,0,.25) inset;
            background: #fff;
        }

        .step-process div strong {
            font-size: 16px;
            text-transform: uppercase;
            display: none;
        }

        .step-process div p {
            margin: 0;
            padding: 0;
            font-size: 13px;
            color: #aaa;
        }

        .step-process div:first-child {
            border-left: 0;
        }

        .step-process div.active {
            color: #000;
        }

            .step-process div.active p {
                color: #fda632;
            }

            .step-process div.active span {
                background: #fda632;
                color: #fff;
                box-shadow: 1px 1px 0 rgba(0,0,0,.25);
            }

        .step-process div.success {
            color: #007d5e;
        }

            .step-process div.success span {
                background: #007d5e;
                box-shadow: 1px 1px 0 rgba(0,0,0,.25);
                border-color: #007d5e;
                color: #fff;
            }

            .step-process div.success p {
                color: #007d5e;
            }

    .clear, .step-process .clear {
        clear: both;
        float: none;
        border: none;
        padding: 0;
    }

input[type=text], input[type=password], input[type=email], textarea, select {
    border: none;
    border-radius: 3px;
    padding: 10px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    min-width: 400px;
    border: 1px solid #666;
}

.form, .email-form, .payment-form {
    margin: 0 auto;
}

    .form th, .form td, .email-form th, .email-form td, payment-form th, .payment-form td {
        padding: 5px;
        font-size: 17px;
    }

    .form th, .email-form th, .payment-form th {
        text-align: right;
        padding-right: 0;
        font-size: 17px;
        font-weight: normal;
        color: #666;
    }

    .form td, .email-form td, .payment-form td {
        color: #000;
    }

        .form td.address input[type=text] {
            width: 137px;
            min-width: 100px;
        }

        .form td.address {
            padding-left: 0;
            color: #fff;
        }

    .form em {
        display: block;
        font-size: 13px;
        color: #666;
    }

.mandatory {
    color: red;
    padding-right: 5px;
}

.processing {
    display: none;
}

.email-form {
    margin: 30px auto 0 179px;
}

.footernavbutton {
    padding: 20px 10px 50px;
    text-align: center;
    position: relative;
}

.toplinks a {
    display: inline-block;
    padding: 10px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    font-size: 17px;
}

.footernavbutton .prev {
    float: left;
    color: #fda632;
    text-decoration: underline;
    border: 1px solid #fda632;
    background: none;
    text-decoration: none;
    position: absolute;
    left: 20px;
}

.toplinks a {
    background: #fda632;
    margin-left: 10px;
    box-shadow: 1px 1px 0 #000;
    color: #fff;
}

.info {
}

.toplinks {
    padding: 15px 10px 12px;
    text-align: right;
}

.event-popup {
    display: none;
}

.info-events {
    padding: 20px 20px 0 0px;
    text-align: right;
    font-size: 13px;
}

.participant-grid {
    padding: 0 20px 0;
}

.participant-item {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    margin: 5px 0 20px;
    border-radius: 3px;
    color: #333;
}

.participant-details {
    padding: 10px;
}

    .participant-details strong {
        font-weight: normal;
    }

.participant-events {
}

.editordelete {
    float: right;
    color: #aaa;
}

    .editordelete a {
        margin: 0 10px;
        color: #666;
        font-size: 17px;
    }

.event-group {
    padding: 10px;
    border-top: 1px solid #eee;
}

    .event-group .status {
        display: inline-block;
        height: 45px;
        width: 45px;
        background: #eee;
        vertical-align: middle;
        margin-right: 10px;
        background: #f5f5f5 url(/images/single-event.png) no-repeat center center;
    }

    .event-group .pending .status {
        background: #f5f5f5 url(/images/group-event-icon.png) no-repeat center center;
    }

    .event-group:last-child {
        border-bottom: none;
    }

    .event-group a {
        text-decoration: none;
        font-size: 13px;
        text-decoration: none;
    }

.add-participant-events {
    text-decoration: none;
    color: #333;
    font-size: 17px;
    padding: 20px;
    text-align: right;
    border-top: 1px solid #eee;
}

    .add-participant-events a {
    }

.event-group a.removeevent {
    float: right;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    font-size: 17px;
}

.pd {
}

.pe {
}

.pn {
    color: #666;
    display: inline-block;
}

    .pn strong {
        font-size: 20px;
        color: #333;
    }

.pcn {
    color: #333;
    display: inline-block;
    text-align: left;
    min-width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 3px;
}

    .pcn strong {
        color: #333;
        font-size: 35px;
        display: block;
        line-height: 35px;
        margin-left: -5px;
    }

.event-popup {
    background: #f0f0f0;
    padding: 20px;
    margin-left: 50px;
    margin-right: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
    color: #666;
    font-size: 14px;
}

.uparrow {
    position: relative;
}

    .uparrow em {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #f0f0f0;
        left: 0;
        top: -30px;
        position: absolute;
    }

.event-popup strong {
    color: #333;
    font-weight: normal;
}

.popup_div {
    position: fixed;
    background: #f0f0f0;
    top: 5%;
    right: 5%;
    display: none;
    height: 90% !important;
    width: 90%;
    overflow: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 3px;
}

.email-box {
    text-align: center;
    padding: 20px 0;
}

    .email-box input {
    }

    .email-box p {
        font-size: 17px;
        padding: 10px;
    }

.step1, .step2, .step3, .step4 {
}

.step-process {
    padding: 20px;
    padding-bottom: 0;
}

.sp-container {
}

.verificationcode {
    padding: 20px;
    text-align: center;
}

    .verificationcode p {
        font-size: 17px;
        padding: 10px;
        color: #333;
    }

    .verificationcode input {
    }

    .verificationcode strong {
        text-align: center;
        display: block;
        font-weight: normal;
    }

.header {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.loggged-in-box {
    position: absolute;
    right: 40px;
    top: 50px;
}

    .loggged-in-box a {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 10px;
        background: #fda632;
        border-radius: 5px;
        text-decoration: none;
        margin-left: 10px;
        color: #fff;
    }

.toplinks {
    float: left;
}

.g-list {
    padding: 20px 0 0;
}

    .g-list:first-child {
        padding-top: 0;
    }

.error div {
    color: red;
    padding: 10px;
    font-size: 17px;
    margin: 10px;
    border-radius: 3px;
    background: #ffe9e9;
    border: 1px solid #e36565;
}

    .error div ul {
        font-size: 13px;
        margin: 0 0 0 20px;
        padding: 0;
    }

.address-form td.membtext {
    line-height: normal;
}

.address-form th {
    width: 205px;
}

    .address-form th.vtop {
        vertical-align: top;
        padding-top: 15px;
    }

.event-name {
    color: #333;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

.ashowH .ahide {
    display: none;
}

.ahideH .ahide {
    display: inline-block;
}

.ashowH .ashow {
    display: inline-block;
}

.aHideH .ashow {
    display: none;
}

.pager {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    border-radius: 50%;
    border: 1px solid #fda632;
    text-align: center;
    line-height: 25px;
}

.currentpager {
    background: #333;
    color: #fff;
    border: 1px solid #000;
}

.pager-content {
    text-align: center;
}

.info {
    padding: 20px 0;
}

.payment-form .vtop {
    vertical-align: top;
}

#iframe_popup {
    width: 100%;
    height: 95%;
}

.popupcontent {
    background: #f0f0f0;
    color: #333;
}



.popup_div a {
    color: #fda632;
    float: right;
    font-size: 18px;
}

.popupcontent .event-list {
    background: none;
}

.popupcontent .mandatory {
    color: red;
}

.popupcontent input, select {
    box-shadow: none;
    border: 1px solid #666;
}

.popupcontent .email-form {
    margin: 0 auto;
}

.popupheader {
    background: #fda632;
    font-size: 17px;
    padding: 10px;
    /*height: 45px;*/
}

#iframeTitle {
    float: left;
}

.popupheader a {
    color: #fff;
    text-decoration: none;
}

.popupcontent a {
    font-size: 17px;
}

#popup_div_container {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    display: none;
}

#iframeContainer {
    padding-top: 20px;
    padding-bottom: 85px;
}

.even-row {
    background: #fff;
}

.even-row, .odd-row {
    border-top: 1px solid #ddd;
    padding: 10px;
    color: #666;
}

    .even-row strong, .odd-row strong {
        font-weight: normal;
        color: #000;
    }

.submit-request {
    text-align: right;
    padding-bottom: 10px;
    margin-top: -10px;
    padding-right: 10px;
}

    .submit-request a {
        font-size: 17px;
        padding: 10px;
    }

#iframeContainer .footernavbutton {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #eee;
    width: 100%;
    padding: 10px;
    box-shadow: 0 -2px 2px rgba(0,0,0,.15);
    height: 70px;
}

#iframeContainer .form td.address {
    color: #333;
}

.wizard-content a {
}

.event-table td {
    padding: 10px 20px;
    font-size: 14px;
}

.event-table td {
    border-right: 1px solid #ccc;
}

    .event-table td:last-child {
        border-right: 0px solid #ccc;
    }

    .event-table td div {
        font-size: 17px;
        padding-bottom: 10px;
    }

@media all and (max-width:790px) {
    .form, .form tbody, .form tr, .form th, .form td {
        display: block;
        width: initial;
        text-align: left;
    }

        .form th {
            padding-bottom: 3px;
        }

        .form td {
            padding-top: 0;
            padding-bottom: 20px;
        }

    .form {
        width: 400px;
    }

        .form .address table {
            display: table;
        }

            .form .address table tbody {
                display: table-row-group;
            }

            .form .address table tr {
                display: table-row;
            }

                .form .address table tr td {
                    display: table-cell;
                }

                .form .address table tr th {
                    display: table-cell;
                }

        .form .online th, .form .online td, .form .online .iagree-text {
            display: inline;
            padding: 0;
        }

        .form .online .iagree-text {
            display: inline;
        }

        .form .iagreetd th {
            float: left;
            width: 20%;
            text-align: right;
        }

        .form .iagreetd td {
            float: left;
            width: 80%;
        }

    .footernavbutton {
    }

    .event-table td:first-child {
        border-right: none;
    }

    .step-nav {
        text-align: right;
    }

    .register-text {
        padding-bottom: 30px;
        clear: both;
        color: #666;
    }

        .register-text td {
            color: #666;
        }
}

.loading {
    background: url(/images/ajax-loader.gif) no-repeat center center;
    text-align: center;
    padding: 50px;
    font-size: 11px;
}

@media all and (max-width:550px) {
    .page-Name {
        font-size: 55px;
    }

    .event-day {
        float: none;
        width: 96%;
    }

    .heading {
        font-size: 40px;
    }

    .wizard-content {
        padding: 10px;
    }

    .step-process {
        padding: 0;
    }

    input[type="text"], input[type="password"], input[type="email"], textarea, select {
        min-width: 100%;
    }

    .email-box p, .verificationcode p {
        font-size: 15px;
        padding: 10px 0;
    }

    .verificationcode {
        padding: 20px 0;
        font-size: 15px;
    }

    .footernavbutton {
        padding: 10px 0;
    }

        .footernavbutton .prev {
            left: 0;
        }

    .form td, .form th {
        padding-left: 0;
        padding-right: 0;
    }

    .form {
        width: 100%;
    }

        .form td.address input[type="text"] {
            width: 40px;
            min-width: 40px;
        }

    input[type="text"], input[type="password"], input[type="email"], textarea, select {
        min-width: 100%;
        width: 99% !important;
        font-size: 14px;
    }

    .form .address table tr td {
        padding-bottom: 5px;
    }

    .form th, .form td, .email-form th, .email-form td, payment-form th, .payment-form td, .toplinks a {
        font-size: 14px;
    }

    .toplinks {
        float: none;
        padding: 10px 0 0;
        text-align: left;
    }

    .info-events {
        padding: 10px 0;
        text-align: left;
    }

    .toplinks a {
        margin-left: 0;
        margin-right: 10px;
    }

    .participant-grid {
        padding: 0;
    }

    .popup_div {
        width: 95%;
        height: 95% !important;
        left: 2.5%;
        top: 2.5%;
    }

    .main-link a, .footernavbutton a, .popupcontent a {
        font-size: 14px;
    }

    #iframeContainer {
        padding: 10px 10px 85px 10px;
    }

    .submit-request {
        text-align: left;
        margin: 0;
    }

    .even-row, .odd-row {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .logo-text {
        padding-bottom: 10px;
    }

    .logo {
        padding-top: 10px;
    }

    .loggged-in-box {
        position: static;
        text-align: center;
        padding-top: 0;
    }
}

.message {
    text-align: center;
    padding: 50px;
    background: none repeat scroll 0 0 #eee;
    color: #666;
    margin: 0 auto;
    max-width: 900px;
}

    .message h2 {
        font-size: 25px;
        font-weight: normal;
        padding-bottom: 10px;
    }

.payment-confirmation h2 {
    color: #2c8a23;
}

.message td {
    font-size: 14px;
    text-align: center;
}

.message p {
    margin-top: 10px;
}

.certificates-download {
    padding: 10px 15px;
}

    .certificates-download a {
        color: #fda632;
        display: inline;
        background: none;
        text-decoration: underline;
        padding: 0;
        font-size: 14px;
        margin: 0px;
    }

.certificate-item {
    border-top: 1px solid #ccc;
    padding: 20px 10px;
}

    .certificate-item:nth-child(2n+1) {
        background: #f5f5f5;
    }

    .certificate-item div {
        font-size: 14px;
        padding: 0 5px;
    }

.certificates-download .pn {
    padding-bottom: 20px;
}

/*Membership*/
.form {
    display: table;
}

.form-item {
    display: table-row;
}

.form label, .form .ctrl {
    display: table-cell;
    padding: 10px 0;
}

.form input[type="text"], .form select, .form input[type="email"], .form textarea, .form input[type="password"] {
    border: 1px solid #999;
    padding: 10px;
    background: #fff;
    min-width: 400px;
}

.form textarea {
    width: 100%;
}

.form label {
    color: #333;
    font-size: 17px;
}

.form .ctrl {
    padding-left: 10px;
}

.phone-ctrl {
    display: table;
}

    .phone-ctrl div {
        display: table-cell;
        padding-bottom: 5px;
        padding-right: 5px;
    }

        .phone-ctrl div input[type="text"] {
            min-width: 200px;
        }

        .phone-ctrl div select {
            min-width: 195px;
        }

        .phone-ctrl div a, .email-add div a {
            color: red;
            font-size: 17px;
        }

.addmore i {
    font-size: 17px;
}

.addmore a {
    text-decoration: none;
}

.email-add {
    display: table;
}

    .email-add div {
        display: table-cell;
        padding-bottom: 5px;
        padding-right: 5px;
    }

.error {
    color: #dc3a30;
}

/*scores*/

.gridview {
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

    .gridview td,
    .gridview th {
        border: 1px solid #ddd;
        border-width: 0 1px 1px 0;
        padding: 10px;
        font-size:14px;
    }

    .gridview th {
        background: #f0f0f0;
    }
    
/*Membership*/

@media all and (max-width:700px) {

    .gridview td,
    .gridview th {
        padding: 10px !important;
    }
    .gridview td::before {
    content: attr(data-title)": ";
font-weight:bold;
}
    .gridview .header-row
    {
        display:none;
    }

    .gridview .row-sep
    {
        border-bottom:2px solid #CCC;
    }
    .schedule-content, .schedule-box, .schedule-box-current {
        width: 90%;
    }

    .wizard-content {
        width: 90%;
    }

    .form, .form-item, .form label, .form .ctrl {
        display: block;
        padding: 0;
        border: none;
    }

        .form input[type="text"], .form select, .form input[type="email"], .form textarea, .form input[type="password"], .form input[type="number"] {
            min-width: 0;
        }

    .email-add {
        width: 100%;
    }

    .phone-ctrl div select {
        min-width: 140px;
    }

    .phone-ctrl div input[type="text"] {
        min-width: 0;
        width: 100%;
    }

    .form-item {
        padding-bottom: 10px;
    }

    .form label {
        padding-bottom: 5px;
    }

    .page-Name {
        font-size: 55px;
    }

    .event-day {
        float: none;
        width: 96%;
    }

    .heading {
        font-size: 40px;
    }

    .wizard-content {
        padding: 10px;
    }

    .step-process {
        padding: 0;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
        min-width: 100%;
    }

    .email-box p, .verificationcode p {
        font-size: 15px;
        padding: 10px 0;
    }

    .verificationcode {
        padding: 20px 0;
        font-size: 15px;
    }

    .footernavbutton {
        padding: 10px 0;
    }

        .footernavbutton .prev {
            left: 0;
        }

    .form td, .form th {
        padding-left: 0;
        padding-right: 0;
    }

    .form {
        width: 100%;
    }

        .form td.address input[type="text"] {
            width: 40px;
            min-width: 40px;
        }

    input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
        min-width: 100%;
        width: 99% !important;
        font-size: 16px;
    }

    .form .address table tr td {
        padding-bottom: 5px;
    }

    .form th, .form td, .email-form th, .email-form td, payment-form th, .payment-form td, .toplinks a {
        font-size: 14px;
    }

    .toplinks {
        float: none;
        padding: 10px 0 0;
        text-align: left;
    }

    .info-events {
        padding: 10px 0;
        text-align: left;
    }

    .toplinks a {
        margin-left: 0;
        margin-right: 10px;
    }

    .participant-grid {
        padding: 0;
    }

    .popup_div {
        width: 95%;
        height: 95% !important;
        left: 2.5%;
        top: 2.5%;
    }

    .main-link a, .footernavbutton a, .popupcontent a {
        font-size: 14px;
    }

    #iframeContainer {
        padding: 10px 10px 85px 10px;
    }

    .submit-request {
        text-align: left;
        margin: 0;
    }

    .even-row, .odd-row {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .logo-text {
        padding-bottom: 10px;
    }

    .logo {
        padding-top: 10px;
    }

    .loggged-in-box {
        position: static;
        text-align: center;
        padding-top: 0;
    }

    .phone-ctrl {
        width: 100%;
    }
}

.schedule {
    padding: 0px 0px 5px 0px;
}

.page-heading {
    font-family: Arial;
    font-size: 22pt;
    color: #333;
    padding: 10px 10px 10px 20px;
}

.bc {
    padding: 10px 10px 10px 20px;
}

.page-heading2 {
    font-family: Arial;
    font-size: 22pt;
    color: #333;
    padding: 10px 10px 10px 0px;
}

.bc2 {
    padding: 10px 10px 10px 0px;
}
