#top-header-bar {
    background: #69b245 !important;
    height: 38px;
}

#bottom-header-bar {
    background: #EEEFEF !important;
    height: 2em;
}

#top {
    margin-bottom: 0px;
}

#top .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav>li>a {
    padding-bottom: 5px;
    padding-top: 5px;
}

#pixel-logo {
    height: 66px;
}

.bs-docs-header {
    text-align: center;
    background-image: url("/img/landing/FullWidthHeader.png");
    color: white;
    height: 366px;
}

.image-list img {
    margin-right: 10px;
    height: 28px;
    float: left;
}

.image-list li {
    margin: 20px 0px;
}

.container .row {
    margin-top: 20px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.vert-align {
    display: inline-block;
}

ul.nav {
    margin-top: 20px;
    margin-right: 20px;
}

h2 {
    padding: 20px 0px;
    -moz-text-align-last: justify;
    text-align: center;
    text-align-last: center;
    font-size: 24px;
}

body {
    color: #505050;
    margin-bottom: 200px;
}

.extra-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

#tabletPic {
    background-image: url("/img/landing/Banner2.png");
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
}

a.coloured:hover,
.nav>li>a.coloured:focus,
.nav>li>a.coloured:hover {
    background-color: #707070;
}

a.coloured {
    background-color: #EBEBEB;
    box-shadow: 2px 2px 7px #888888;
}

a.btn-green:hover,
.nav>li>a.btn-green:focus,
.nav>li>a.btn-green:hover {
    background-color: #a9d75a;
}

a.btn-green {
    background-color: #69b245;
    border-color: #69B26A;
    color: black;
}

.center-text {
    text-align: center;
}

@media (min-width: 768px) {
    a.coloured.margin,
    a.btn-green.margin {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    a.coloured,
    a.btn-green.margin {
        margin-top: 10px;
    }
}