.sidePaneBar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(211, 211, 211);
    color: rgb(68, 68, 68);
    box-sizing: border-box;
    border-right: 2px rgba(61,61,61,0.2) solid;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
}
.sidePaneBar .task_description{
    position: relative;
    width: 100%;
    height: 54px;
    top: 0px;
    left: 0px;
    background-color: rgb(27,119,158);
    font-size: 20px;
    font-family: Calibri;
    text-align: center;
    color: white;
    line-height: 59px;
    border-bottom: 5px rgb(16,92,124) solid;
}
.sidePaneBar .task_description_text{
	position: relative;
    width: 90%;
    height: auto;
    max-height: 305px;
    top: 13px;
    left: 10px;
    float: left;
    overflow-y: auto;
    word-wrap: break-word;
    font-size: 18px;
    font-family: Calibri;
}

.sidePaneBar .task_description_text ul{
	list-style: initial !important;
    padding-left: 40px !important;
    margin-bottom: 18px !important;
    margin-top: 18px !important;
}

.sidePaneBar .task_note{
	position: relative;
    width: 90%;
    height: auto;
    bottom: 62px;
    top: 30px;
    left: 10px;
    float: left;
    font-size: 18px;
    font-family: Calibri;
}

.sidePaneBar .task_warning{
    position: absolute;
    width: 86%;
    height: auto;
    bottom: 54px;
    left: 6px;
    float: left;
    font-size: 18px;
    font-family: Calibri;
    background-color: #888888;
    border-radius: 6px;
    color: #000000;
    padding: 8px;
} 


.sidePaneBar .task_note span {
   /* background-color: rgba(255, 255, 0, 0.4); */
    line-height: 20px;
}

.sidePaneBar .task_attempt{
    position: absolute;
    width: 100%;
    height: 42px;
    left: 0px;
    bottom: 0px;
    background-color: rgb(53,166,122);
    font-size: 18px;
    text-align: center;
    color: white;
    line-height: 42px;
    font-family: Calibri;
    border-top: 5px rgb(40, 123, 91) solid;
}
.sidePaneBar .task_attempt span{
	
}