.navbar-collapse li {
    display: none;
}

.imgCenter {
    margin: 0 auto;
    display: block;
}

.detail,
.detail:focus,
.detail:hover {
    padding: 5px 20px;
    background: #000;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {
    .detail {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
}

.intro-action {
    font-size: 16px;
    margin-top: 30px !important;
}

.ultimateColor {
    color: #ff2837;
}

.superiorColor {
    color: #ff8900;
}

.advancedColor {
    color: #00b2ff;
}

.connectColor {
    color: #ffc800;
}

i.fa-arrow-circle-right {
    font-size: 31px;
    float: left;
}

.icon-other-links {
    line-height: 30px;
    margin-left: 10px;
}

/* Product Specs Bullets */
#specifications .panel-default ul {
	padding-left: 40px;
}

#specifications .panel-default li {
	list-style-type: disc;
}

#specifications .panel-default ul li ul li {
    list-style-type: circle;
}

/* Additions */
.container.maxwid {
    max-width: 1320px !important;
}

.btn {
    padding: 0 20px;
}

ul {
    margin-left: 40px;
}
