@media (min-width: 1200px) {
    .container {
        width: 970px
    }
}

.list-striped > li.list-group-item:not([class*='list-group-item-']):nth-of-type(odd) {
    background-color: #f9f9f9
}

.list-group > li.list-group-item-heading {
    background-color: #ddd;
    margin-bottom:    -1px;
}

.breadcrumb, .navbar {
    border-radius: 0;
}

h5 {
    font-weight: bold;
}

ul {
    padding-left: 35px;
}

footer.footer {
	background-color: rgb(36, 54, 80);
	padding: 15px 0;
	position: relative;
	display: block;
	color: white;
}