body {
    padding-top: 40px;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}

@media screen and (min-width: 768px){

    .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{

        display: block;

    }

    .dropdown-menu{

        margin-top: 0;

    }

    .dropdown-toggle{

        margin-bottom: 2px;

    }

    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{

        margin-bottom: 0;

    }

}

/* Footer */
html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 60px;
}
.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}
body > .container {
    /*padding: 60px 15px 0;*/
}
.container .text-muted {
    margin: 20px 0;
}
.footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}
code {
    font-size: 80%;
}

/* colors */
body, bground {
    background-color: #c9e5e5;
}

/* counter */
nof {
    height: 41px;
}

nof img {
    vertical-align: middle;
}

/* Font color */
.metclub {
    color: #990033;
}
.btn a {
    color: #333;
}
.btn a:hover {
    text-decoration:none;
}
.btn:hover {
    color: #990033;
    background-color: #d9d9d9;
    font-weight: bold;
}
.btn a:hover {
    color: #990033;
    background-color: #d9d9d9;
    font-weight: bold;
}
.btn:focus {    
    font-weight: bold;
}
/*
.dropdown li ul li a:hover {
    color: #990033;
    font-weight: bold;
}
*/
.disclaimer {
    text-decoration: none;
}
.disclaimer:hover {
    text-decoration: none;
    color: #990033;
}
a:hover {
    text-decoration: none;
    font-weight: bold;
}

.tvtower {
    background-color: #FFF;
    padding-top: 40px;
    padding-bottom: 70px;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 10px;
}

/* ihover */
.info {
    background-color: #AAA !important;
}
.info p {
    color: #990033 !important;
}

.tac {
    text-align: center !important;
    margin-right: -50% !important;
}

.due {
    background-color: #FFF;
}