#containerTasks { width: 850px; }
#containerTasks .leftSide { float:left; width: 450px; }
#containerTasks .rightSide { float:left; width: 620px; overflow-x:scroll; overflow-y:hidden; }

#containerTasks table { border-left: 1px solid #DFDFDF; border-top: 1px solid #DFDFDF; margin: 8px 0 50px 0; }
#containerTasks table th { border-right: 1px solid #DFDFDF; border-bottom: 1px solid #DFDFDF; font-size: 11px; line-height: 20px; font-weight: bold; text-align: left; padding: 2px 0 2px 4px; background: #EEEEEE; color: #575757; }
#containerTasks table td { border-right: 1px solid #DFDFDF; border-bottom: 1px solid #DFDFDF; font-size: 11px; line-height: 20px; text-align: left; padding: 2px 0 2px 4px; color: #575757; }

td.projectTitle { height:25px !important; line-height:25px !important; color:#FF6600 !important; font-weight:bold; }
.point-break { width:400px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }