.taskscreen {
	width:400px;
}

#taskhistory {
	height:200px;
	width:375px;
	border:1px solid black;
}

#edittaskinfo {
	width:375px;
	height:200px;
}

@media screen {
#showtaskhistorycontainer {
	height:150px;
	width:100%;
	border:1px solid black;
}
}

#showtaskhistory {
	margin-left: 20px;
	text-indent: -20px;
}

#showtaskhistory .commentbody {
	color: #555;
}

@media screen {
#showtaskattachedcontainer {
	height:50px;
	width:100%;
	border:1px solid black;
}
}

.removeattachlink {
	font-size: 10px;
}

#showtaskinfo {
	border:1px solid black;
	/*white-space: pre-wrap;*/
	width:100%;
	height:150px;
}

#showtaskname {
	font-size: 16px;
	font-weight: bold;
}

#showtasklist {
	width:100%;
	text-align: right;
	display:none;
}
