.event-details span{ 

    color: #644c45;     

}
p{
    color: #b4b2b0;
}

ul:not(.browser-default) > li {
    list-style-type: decimal ;
    color: #b4b2b0;
}
.small {
    font-size: 12px;
}
.mycard{
    background-color: #876b63;
}
.card .card-content,.card .card-action{
    padding: 15px 24px;
}

.card .row{
    margin-bottom: 0;
}

.alert{
    font-size: 12px;
    color: red;
}


.sidenav li > a {
    color: #90A4AE;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}
.sidenav li a i {
    margin-right: 8px;
    top: 0px;
    position: relative;
    font-size: 20px;
}
.sub-title{
    font-size: 15px;
    color: #d7702c;
}
.gold{
    color: gold;
    font-weight: 600;
    font-size: 14px;;
}

.sidenav .subheader{
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sidenav .link{
    line-height: 20px;
    padding: 3px 20px;
}
.sidenav .link a {
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #b6a3bc;
}
.sidenav .divider {
    background: #dad6d6;
    margin: 0px;
    clear: both;
}

table *{
        font-family: Roboto;
        font-size: 14px;
        line-height: 20px;
}
.menu-profile{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 100%; 
    height: auto; 
    min-height: 100%;
}

i.profile-edit-icon {
    position: absolute !important;
    right: -2px;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 16px;
    cursor: pointer;
    text-align: center;
}

i.profile-edit-icon::before {
font-size: 12px;
}