.profileul  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0px solid #e7e7e7;
    background-color: #ffffff;
}

.profileli {
    float: left;
}

.profileli:last-child {
    border-right: none;
}

.profileli a {
    display: block;
	border-radius: 9px;
    color: #666;
    text-align: center;
    padding: 6px 10px;
    text-decoration: none;
	font-size:17px;
	margin-top:2px;
	margin-right:2px;
}

/* Change the link color to #111 (black) on hover */
.profileli a:hover {
    background-color: #DDDDDD;
	color:black;
}

.profileli .active {
    background-color: #4CAF50;
	color:white;
}
.profileli .active:hover {
    background-color: #4CAF50;
	color:white;
}


.profileul2  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   
    background-color: #ffffff;
}

.profileli2 {
    float: left;
}

.profileli2:last-child {
    border-right: none;
}

.profileli2 a {
    display: block;
	border-radius: 4px;
    color: #666;
    text-align: center;
    padding: 6px 8px;
    text-decoration: none;
	font-size:15px;
}

/* Change the link color to #111 (black) on hover */
.profileli2 a:hover {
    background-color: #E6EDF5;
	color:black;
}

.profileli2 .active {
    background-color: #1C6399;
	color:white;
}
.profileli2 .active:hover {
    background-color: #1C6399;
	color:white;
}



@media (max-width:845px){
.profileli a {
	

    text-align: center;
    padding: 6px 4px;
    text-decoration: none;
	font-size:15px;
}

}