#features ul li {
        list-style-type: disc;
        margin: 0 20px;
    }

    .table-striped {
        table-layout: fixed;
    }

    .table-striped tbody {
        background: #efefef;
    }

    .table-striped tr td {
        border: 1px solid #686868;
    }

    .modal-title {
        color: #000 !important;
    }

    .modal-header,
    .modal-footer {
        background-color: #fff !important;
    }

    .modal input,
    .modal textarea {
        border-width: 1px;
        line-height: 24px;
        margin: 4px 0;
    }

    .modal .checkbox {
        margin-left: 20px;
    }

    .img150 {
        height: 150px;
        width: 150px;
    }

    .left-border {
        border-left: 1px solid #eaeaec;
    }