.alert {
	margin: 10px 20px 10px 20px;
}

.tooltip-inner {
    max-width: 270px;
    /* If max-width does not work, try using width instead */
    width: 270px;
}

.request-details-separator {
	border-top: 1px solid #aaa;
}


@font-face {
    font-family: 'icomoon';
    src:url('/static/fonts/icomoon/icomoon.eot?-trrtya');
    src:url('/static/fonts/icomoon/icomoon.eot?#iefix-trrtya') format('embedded-opentype'),
        url('/static/fonts/icomoon/icomoon.woff?-trrtya') format('woff'),
        url('/static/fonts/icomoon/icomoon.ttf?-trrtya') format('truetype'),
        url('/static/fonts/icomoon/icomoon.svg?-trrtya#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-happy:before {
    content: "\e9df";
}

.icon-grin:before {
    content: "\e9e9";
}

.rating-btn-group > .active,
.rating-btn-group > label:hover
{
  background-color: lightblue;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}