@CHARSET "UTF-8";

.no-shadow {
	text-shadow: none !important;
}

.no-min-width {
	min-width: 0 !important;
}

th.dt-center, td.dt-center { text-align: center; }

.jqstooltip {
  width: auto !important;
  height: auto !important;
}

@media (max-width: 1200px) {
    .x_title h4 {
        width: 62%;
        font-size: 14px
    }
}
@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h4 small {
        display: none
    }
}
.x_title h4 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.x_title h4 small {
    margin-left: 10px
}

.popover{
    max-width:600px;
}