.profile_error {
    color:red;
}

.pcenter-error {
    color:red;
}

.pcenter-title-add-new-method {
    vertical-align:top;
    cursor:pointer;
}

#iframeAuthorizeNet {
    width:100%;
    height:500px;
}

#divAuthorizeNetPopup {
    padding: 0px;
}

#divAuthorizeNetPopup .close {
    top: 5px;
    right: 8px;
    font-size: 24px;
    position:absolute;
}

.pcenter-container {
    padding: 10px;
    margine: 10px;
}

table .pcenter {
    border: 1px solid green;
    border-collapse: collapse;
    width: 100%;
}

th.pc-col2 {
    white-space: nowrap
}

th.pc-col1 {
    width: 99%
}

.pcmodal-content {
}

.pcmodal-header {
    font-size:24px;
    padding:2px;
}

.pcmodal-footer {
    text-align:right;
    padding: 0 4px 4px 0;
}

.pcbadge {
    color: white;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 6px;
    transition-duration: 0.2s;
    background-color: #21a1f3;
}

.pcbadge:hover {
    background-color: #23527c;
}