body { 
    font-family: Helvetica Neue, Nunito Sans , Helvetica, 'Arial','Microsoft JhengHei', sans-serif;
    background-color: #f8f8f8;
    padding-top: 6rem !important;
}

footer h5,
footer ul li a {
    font-size: 14px;
}

footer ul li .lang {
    font-weight: bold;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-success {
    background-color: #28a745;
}
.label-warning {
    background-color: #ffc107;
}
.label-danger {
    background-color: #dc3545;
}
.label-info {
    background-color: #5bc0de;
}
.label-primary {
    background-color: #337ab7;
}
.label-default {
    background-color: #777777;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

blockquote {
    overflow: hidden;
    border-left: 5px solid #ccc;
    /*border-left: 3px solid #cc0100 !important;*/
    padding: 1em 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    position: relative;
    background: #f1f1f1;
    /*background: #ffffff !important;*/
}

/*blockquote > p:before {
    content: "\275D \a";
    white-space: pre;
    color: #cc0100;
    position: relative;
    font-size: 30px;
}*/

figure.image {
    text-align: center;
    margin: 1em auto;
}

figure.image-style-align-left {
    margin: 1em 16px 1em 0px;
    float: left;
}

figure.image-style-align-right {
    margin: 1em 0px 1em 16px;
    float: right;
}

.ui-datepicker td, .ui-datepicker th {
    width: auto !important;
}