.widget_rapidology .rad_rapidology_form_container {
	max-width: calc(100% - 22px) !important;
}
@media only screen and (min-width: 1024px) {
    .sidebar_right .content {
        max-width: calc(100% - 351px);
    }
    .sidebar_right .sidebar.sidebar_right {
        min-width: 300px;
    }
}
@media only screen and (max-width: 1024px) {
    .sidebar_right .content,
    .sidebar_right .sidebar.sidebar_right {
        max-width: 100%;
        width: 100% !important
    }
    .sidebar_right .sidebar.sidebar_right .inner_sidebar {
        margin: 0;
    }
}


#sub_menu1 {
	font-size: 18px;
	
}

wlm_regform_container input.submit {
    border: 0px solid #838383;
    color: #fff;
    font-size: 1.2em;
	    text-transform: uppercase;
    outline: none;
    padding: 1.2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: rgb(246,246,246);
    background: -moz-linear-gradient(top,rgba(246,246,246,1) 0%,rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(246,246,246,1)),color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top,rgba(246,246,246,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top,rgba(246,246,246,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top,rgba(246,246,246,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom,#bd382b 0%,#bd382b 100%);
}

.wlm_regform_improved p.submit {
    margin-left: 0px;
    margin-top: 20px;
}


input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    padding: 8px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
}

input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    padding: 14px 90px 15px 14px;
    border: 0px solid #bbb;
    color: #4e4e4e;
    background-color: rgba(246,246,246,1);
    font-size: 20px;
}

input {
    -webkit-appearance: none;
    padding: 6px 6px 6px 6px;
    font-size: 20px;
    }

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 6px 24px;
    border-top: 0px solid #eee;
}

.entry-content tr th {
    padding: 9px 24px;
    color: #555;
    font-weight: 400;
}

.entry-content table {
	border:0;
}

.et_pb_column {
    z-index: auto !important;
}