@charset "UTF-8";
/* CSS Document */

/* Style the tab */
.tab {
    background-color: #f1f1f1;
	
}

/* Style the buttons inside the tab */
.tab a {
    background-color:#CCCCCC;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
    transition: 0.3s;
	width: 48%;
	min-width: 80px;
	margin: 0px;
	text-decoration: none;
	color: #333;
	text-align: center;
	font-family: helvetica "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"º;
	font-size: 13px;
}

.profile-pic-menu .tab a {
	float: left;

	width: 20%;
	list-style: none;

}

.profile-pic-menu .tablinks  {
min-height: 600px;
	


}
.profile-pic-menu .tab h3 {
font-size: 16px;

}

.profile-pic-menu .tab ul {

	list-style-type: none;
	padding-left: 0;
	

}

/* Change background color of buttons on hover */
.tab a:hover {
    background-color: #C11612;
	color: #FFF;
}

/* Create an active/current tablink class */
.tab .active {
width: 95%;
margin-bottom: 30px;}

.tab a.active {
    background-color: #C11612;
	min-width: 120px;
	color: white;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    margin-right:20px;
}
		
.tab img {
    padding: 0px;
	margin: 0px;
	width: 100%; height: auto;
}

.profile {float:right; width: 75%; margin: 20px 0 0 0; padding: 0;}
.profile-pic {float:left; width: 25%; margin: 20px 0 0 0; padding: 0;}
.profile-pic-menu {float:left; width: 100%; margin: 20px 0 0 0; padding: 0;}

	.tab a p, .tab a p:active {
	min-height: 38px; margin: 0px; padding: 0px; line-height: normal;
}

ul.team {list-style: none; margin: 0; padding: 0;}


.profile-pic-menub {
	float: left;

	width: 100%;
	list-style: none;

}

.profile-pic-menub .tablinks  {	
	width: 16%;
	margin: 20px;
		float: right;



}

.profile-text {
	display: table;
	padding: 0px 20px;
}
	