body {
    padding-top: 50px;
    background-color: #eeeeee;
}
.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #009688;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.navbar-header .navbar-brand{
    color: #fff;
}
.dropdown-menu{
    padding: 10px;
    text-align: center;
}
.qrcode img {
    height: 120px;
    background-color: #fff;
}

.qrcode p {
    margin: 0;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

.page-header {
    position: relative;
    margin-top: 30px;
    border-bottom: 1px solid #bbbbbb;
}

.page-header .right {
    position: absolute;
    line-height: 26px;
    top: 0;
    right: 0;
}

.row .caption p {
    margin: 0;
    display: block;
    width: 100%;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row .caption span {
    color: red;
}

.footer {
    position: absolute;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 220px;
    background-color: #333;
}

.footer .container {
    position: relative;
}

.container .text-muted {
    padding: 30px 0;
    color: #fff;
}

.company p, a {
    color: #555555;
}

.footer .container .qrcode {
    position: absolute;
    right: 0;
    top: 20%;
    color: #fff;
    padding: 10px;
}

.footer .container .qrcode img {
    height: 100px;
    margin-left: 10px;
    padding: 5px;
    background-color: #fff;
}

.footer .container .qrcode p {
    padding: 5px 0;
}


