/*Write your custom css in this file.*/
.point-table {
    width: 250px;
    height: 100px;
    z-index: 1000;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: #fff;
    box-shadow: 0px 0px 8px #888888;
    padding: 5px;
}

.todays-points {
    font-size: 20px;
    font-weight: bold;
	text-align: center;
}

span.point-span {
    color: #FF0000;
    font-size: 26px;
}

.total-points {
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
}

.task-summary{
	    margin-bottom: 12px;
}
.task-time{
	font-size: 21px;
    font-weight: bold;
    color: #5cb85c;
}
.task-title{
	font-weight: bold;
    font-size: 14px;
}
.current-task-details {
    min-height: 120px;
    background: #1d2632;
    color:#FFF;
    margin-bottom: 10px;
    padding: 10px;
}

span.task-points {
    font-size: 20px;
    font-weight: bold;
    padding-left: 42px;
}

.task-item {
    min-height: 85px;
    background: #FFF;
    margin-bottom: 2px;
    padding: 10px;
}

.task-list-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
}