a, a:hover, a:focus {
    text-decoration: none;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

input[type="radio"], input[type="checkbox"] {
    padding: 4px 0 5px 5px;
    margin-top: 1px \9;
    line-height: normal;
}

.home-intro {
    margin-bottom: 20px;
}

#footer .footer-copyright {
    background: #0088cc;
    border-top: 4px solid #0088cc;
    margin-top: 20px;
    padding: 10px 0 0;
}

html .scroll-to-top {
    border-radius: 2px;
    padding: 2px 1px 30px;
    bottom: 5px;
    background: #dc3545;
}

#footer .footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
}
#footer .container .row > div {
    margin-bottom: 10px;
}

#footer .contact p {
    color: #fff;
}

.just-padding {
    background-color: #fff;
    position: relative;
    padding: .25rem;
    margin-bottom: 1rem;
    border: 1px solid #007bff;
    border-radius: .25rem;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
    border-bottom-width: 1px;

}

.list-group.list-group-root .list-group {
    margin-bottom: 0;

}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    padding-left: 0px;
    border-width: 1px 0 1px 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0px;
}
.list-group.list-group-root > .list-group-item:last-child {
    border-bottom-width: 1px;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 20px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 40px;
}

.list-group-item .fa {
    margin-right: 5px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.judul1 {
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    border: solid #bd1e4a 3px;
    background:#bd1e4a;
    text-decoration: none;
    font-weight:bold;
}
.judul1:hover{
    color: #ffffff;
}
#judul1{
    border-bottom: solid #bd1e4a 2px;
    padding-bottom:7px;
    margin-bottom:20px;
}

.judul2 {
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    border: solid #db552d 3px;
    background:#db552d;
    text-decoration: none;
    font-weight:bold;
}.judul2:hover{
    color: #ffffff;
}
#judul2{
    border-bottom: solid #db552d 2px;
    padding-bottom:7px;
    margin-bottom:20px;

}

.judul3 {
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    border: solid #0a58c0 3px;
    background:#0a58c0;
    text-decoration: none;
    font-weight:bold;

}.judul3:hover{
    color: #ffffff;
}
#judul3{
    border-bottom: solid #0a58c0 2px;
    padding-bottom:7px;
    margin-bottom:20px;
  margin-top:7px;
}
.judul4 {
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    border: solid #ca2f1a 3px;
    background:#ca2f1a;
    text-decoration: none;
    font-weight:bold;
}
.judul4:hover {
    background: #ca2f1a;
    text-decoration: none;
    font-weight:bold;
    color: #fff;
}
#judul4{
    border-bottom: solid #ca2f1a 2px;
    padding-bottom:7px;
    margin-bottom:20px;
}
.dl-horizontal dt {
    float: left;
    width: 180px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
.dl-horizontal {
    margin-bottom: 30px;
}
