.nav-tabs > li > a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
    background: #435966;
    border: none;
    color: #ffffff !important;
}


.table > thead > tr > th {
    background-color: #3F6CAE;
    color: white;
}

.question_desc > div {
    font-size: 14px;
}

.question_desc > div > span {
    color: red;
    font-weight: bold;
}