.card-front-user {
    background-color: #548DD4;
}



.card-front-bottom-offspace td {
    height: 40px
}

.card-front-top{
	   border-bottom-left-radius: 70% 20%;
        border-bottom-right-radius: 50% 20%;
        position: relative;
        height: 30px;
        background-image: linear-gradient(#3EC1D5, #fff)
}

.card-front-bottom{
	
	  border-top-left-radius: 70% 20%;
        border-top-right-radius: 50% 20%;
        position: relative;
        height: 50px;
        background-image: linear-gradient(#FFF, #3EC1D5);
}

.card-back-top{
	
	 border-bottom-left-radius: 70% 20%;
        border-bottom-right-radius: 50% 20%;
        position: relative;
        height: 30px;
        background-image: linear-gradient(#3EC1D5, #fff)
}


.card-back-bottom{
	border-top-left-radius: 70% 20%;
        border-top-right-radius: 50% 20%;
        position: relative;
        height: 40px;
        background-image: linear-gradient(#fff, #3EC1D5);
        background-color: #F5F3B1;
	
}
.table_front{
	
	margin-top:10px;
}

.footer_font{
	
	    color: black !important;
    font-weight: 800  !important;
}

.footer_font > i > b {
     color: black !important;
    font-weight: 800  !important;
}

.profile_item_student_class{
	
	display:none;
}

.profile_item
{
	color:red;
}