.right {
 text-align: right;
}
.space {
 height: 20px;
}
.meta-navi {
 display: block;
 padding: 8px 15px;
 margin-bottom: 20px;
 list-style: none;
}

.meta-navi li {
 display: inline;
}

.meta-navi>li+li:before {
padding: 0 5px;
color: #ccc;
content: "|";
}

.footer {
 border-top: 1px solid #4d8e1e;
 text-align: center;
 font-size: 0.85em;
}

.footer p {
 margin: 7px;
}

.carousel-indicators {
 margin-left: -30% !important;
}

.carousel-indicators li {
 margin: 2px !important;
 color: #ffffff;
 border: 1px solid #ffffff;
 width:  15px;
 height: 15px;
}

.carousel-indicators .active {
 margin: 0;
 width:  17px;
 height: 17px;
 margin: 2px !important;
 width:  15px;
 height: 15px;
 background-color: #ffffff;
}