
    	.media{
    	    position: absolute;
    	    top: 14px;
    	    right: 50%;
    	    margin-right: -530px;
    	    z-index: 999;
		}
		

.task-list th{
    background-color: #5B89AE;
    color: #FFFFFF;
    padding: 10px;
    font-weight: normal;
    padding-bottom: 6px;
}
.task-list td{
    padding: 10px;
}
.task-list tr:nth-child(odd){
    background-color: #F5F8FB;
}
.task-list tr:nth-child(even){
    background-color: #FDFDFD;
}
.task-title{
    font-size: 14px;
}
.task-description{
    font-size: 12px;
    color: #777777;
    margin-top: 4px;
}
.confirm-box{
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    font-size: 16px;
}
.btn-yes{
    font-size: 18px;
    padding: 5px;
    width: 70px;
}
.btn-no{
    font-size: 14px;
    padding: 5px;
    width: 50px;
}


    .red{
        color: #BB0000;
    }
    .green{
        color: #00BB00;
    }
    .blue{
        //color: #3198EA;
    }
