.AchievementReqTable
{
    width: 100% !important;
}

.AchievementReqTable #header
{
    background-color: #1e85be;
    color: ghostwhite;
    padding-left: 10px;
    border: solid 2px black !important;
}

.reqRemoveButton
{
    width:100%;
    height:100%;
}

.reqTableContent
{
    width:100%;
    height:100%;
}

#achReqTable td
{
    border: solid 1px;
    padding: 0px;
    margin: 0px;
}

.achName
{
	position: relative;
	top: 100%;
	width:100%;
}

.achOuterBlockName, .achOuterBlock
{
	display: inline-block;
	vertical-align: top;	
}

