.container{
    margin-bottom: 10px;
}
.footer .container{
    margin-bottom:0px;
}
.panel-body .ul-list{
    float: left;
    color:grey;
    list-style: none;
    padding: 0px 0;
    line-height: 2;
    margin: 0;
}
.panel-body .ul-list a{
    color:inherit;
}
.panel-body .ul-list a:hover{
    color:black;
    text-decoration: none;
}
.center{
    text-align: center;
}
.black{
    color:black
}
.font-size-28 h1{
    font-size: 30px;
}
.panel-body a{
    text-decoration: none;
}
.article-image{
    width:100%;

}
.question{
    font-weight: bold;
}
.line-height-12{
    line-height: 1.3;
    text-align: justify;
}
.font-size-16{
    font-size:16px;
}
.font-size-14{
    font-size:14px;
}
.font-size-10{
    font-size:10px;
}
.font-size-11{
    font-size:11px;
}
.margin-top-20{
    margin-top:20px;
}
.table-heading-1{
    background-color: #166c87;
    border-color:transparent ;
    color:white;
    font-size:14px;
}
td ul li{
    display:inline;
}