/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

input:not([type="submit"]):not([type="button"]):not(.form-control), select, textarea
{
	vertical-align: baseline !important;
	padding: 1px !important;
	margin: 2px !important;
	outline: 0;
	display: inline-block;
	font-size: 14px;	
}

#ta { 
	position: relative; 
	width: 420px; 
	height: 70px;
	border: black 1px solid #CCCCCC; padding: 0; margin: 0; 
	padding: 8px; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

#uploading {
	display: none;
    position: absolute;
    width: 350px;
    height: 75px;
    background: rgba(0,0,0, 0.7);
    border: 2px solid black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
    color: #fff;
    font-weight: normal;
    z-index: 100;
}

#uploading img { 
	vertical-align: middle; 
	margin-right: 30px;
}

img#profilephoto {
    max-width: 100%;
}
@media(max-width:991px){
	img#profilephoto { 
		max-height: 100%;
	}	
}
.clearer {
	clear: both;
}