/* Style the tab content */
.tabcontent {  
    width: auto;
	margin:auto;
    display: none;
    color:blue;
	height:200px;
	padding: 0 200px;
}


.projectcontent p {
	text-align:justify;
	font-size:14px;
}

/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#default {
	display: block;
}

#default p {
	text-align:center;	
}

@media only screen and (max-width: 1000px) {
.tabcontent {
	padding:0px 0px;
	}
}