.p6-tab{
	width: 100%;
	height: 50px;
	line-height: 50px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;	
}



.p6-href{
	color: #333333;
	text-decoration: none;
	padding: 12px 15px 12px 0px;	
}

.p6-href:hover{
	color: #1ebbf0; 
	text-decoration: none;
 }

/*
.container {
    display: flex;
}

.column {
    flex: 1;
    
    /*for demo purposes only */
/*    
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.column-one {
    order: 1;
}
.column-two {
    order: 2;
}
.column-three {
    order: 3;
}
*/