body {
    padding-top: 70px;
    font-family: 'Lato', sans-serif;
    background-color: #e6e6e6;
}
/*.container{*/
    /*font-family: 'Lato', sans-serif;*/
/*}*/

.list-group-item-default {
    color: white;
    background-color: #231F20;
}
.list-group-item-buttons{
    float: right;
    margin-top: -5px;
}
.tags-display{
    background-color: #231F20;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
}
.btn-center-sm{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-color-inverse{
    background-color: #fff;
    border-color: #ccc;
    color: #231F20;
}
.btn-color-inverse:hover{
    color: #ccc;
}
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 35% 10px;
    margin-left: 10px;
}

.questionEditInput {
    width: 30%;
}

.questionAnswerInput {
    width: 30%;
}

.imagePreview {
    width: 300px;
    height: 300px;
}

.brand-image-size {
    height: 34px
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
    padding: 0px;
}

.navbar-nav {
    font-family: 'Baloo Paaji', cursive;
}

.navbar {
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #231F20;
}

.ng-table th.text-right{
    text-align: right;
}
.ng-table th.text-left{
    text-align: left;
}

.coupon-code{
    font-family: "Times New Roman";
    font-size: 20px;
}
.label-left-align{
    text-align: left;
}
.label-right-align{
    text-align: right;
}

.learn-more-input{

}

.learn-more-label{
    text-align: right;
}