.breadcrumbs {
    font-size: 120%;
    padding: 10px 2px;
}

.breadcrumbs span {
    border: 0;
    padding: 0 2px;
}

.breadcrumbs .item {
}

.breadcrumbs .delimiter {
    font-size: 120%;
}

.register-steps {
    font-size: 120%;
    padding: 5px 2px;
}

.register-steps span {
    border: 0;
    padding: 0 2px;
}

.register-steps .current {
    font-weight: bold;
    text-decoration: underline;
}

.register-steps .delimiter {
    font-size: 120%;
}

table.profile-form  {
    width: 100%;
    font-size: 10px; font-weight: normal; color: #6B000B; border: 1px solid #6b000b; padding: 0 10px;
     background-color: #fff;
    
    
}

.profile-form td.head {
font-size: 10px; font-weight: bold; color: #6B000B; background-color: #fff;
}
.profile-form td.even, .profile-form td.odd {
font-size: 10px; font-weight: normal; color: #000; background-color: #fff;
}

.profile-list-category table {
    width: 80%
    margin: 10px 5px;    
}

.profile-list-category td.head {
    width: 20%;
}

.profile-list-activity {
    width: 90%
    padding: 5px;    
}

.profile-form input, .profile-form textarea, .profile-form select { 
                      color: #6b000b; 
                      background-color: #ffebc8; 
                      border: 1px solid #d0d0d0;
                      font-size: 12px; 
                      font-weight: bold;
                      padding: 5px;  
                      margin: 5px 0;}
                      
                      
/* input.formButton {height: auto; color: #fff; font-size: 14px; background-color: #6b000b; border: 1px solid #d0d0d0; font-weight: normal; padding: 5px; margin: 5px 0;} */
                   