.fit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.gravatar {
    height: 40px;
    width: 40px;
    margin-left: 15px;
}

.hand {
    cursor: pointer;
}

.m-gright-5 {
    margin-right: 5px;
}

.page-header-small {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.page-header-medium {
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}


.icon-space-right {
    margin-right: 10px;
}

.icon-space-right-2x {
    margin-right: 20px;
}


.task-header {
    /*width: 100%;
    float: left;
    position: relative;
    min-height: 1px;*/
    padding: 3px 15px;
    margin-top: 2px;
    margin-bottom: 2px;
}

    .task-header.task-late, .task-late {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .task-header.task-today, .task-today {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .task-header.task-next, .task-next {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

.h-form-control {
    height: 34px;
}

.m-top-5 {
    margin-top: 5px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-25 {
    margin-top: 25px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-bottom-5 {
    margin-bottom: 5px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-25 {
    margin-bottom: 25px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-left-5 {
    margin-left: 5px;
}

.m-left-10 {
    margin-left: 10px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-left-25 {
    margin-left: 25px;
}

.m-left-30 {
    margin-left: 30px;
}

.m-right-5 {
    margin-right: 5px;
}

.m-right-10 {
    margin-right: 10px;
}

.m-right-15 {
    margin-right: 15px;
}

.m-right-20 {
    margin-right: 20px;
}

.m-right-25 {
    margin-right: 25px;
}

.m-right-30 {
    margin-right: 30px;
}

.no-sides-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-m-top {
    margin-top: 0;
}

.no-m-bottom {
    margin-bottom: 0;
}

.text-trimming {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone-column {
    width: 130px;
}

.pre-formated {
    white-space: pre-wrap;
}