.breadcrumb { background-color: transparent; }

.breadcrumb .divider { color: #000; }

.container {
    width: auto;
    max-width: 1030px;
}
.container-fluid {
    width: auto;
    max-width: 990px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

html, body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    background-color: #f8f1dd;
}

.page-content {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    -moz-box-shadow:    2px 0px 3px -3px #000, -2px 0px 3px -3px #000;
    -webkit-box-shadow: 2px 0px 3px -3px #000, -2px 0px 3px -3px #000;
    box-shadow:         2px 0px 3px -3px #000, -2px 0px 3px -3px #000;
}

.BtnSynonyms { background-color: #8dc337; }
.BtnAntonyms { background-color: #3b92c1; }
.BtnDefinitions { background-color: #ef910f; }
.BtnSynonyms .active { background-color: #8dc337; }
.BtnAntonyms .active { background-color: #3b92c1; }
.BtnDefinitions .active { background-color: #ef910f; }
.BtnSynonyms a { color: #fff; font-family: Trocchi; }
.BtnAntonyms a { color: #fff; font-family: Trocchi; }
.BtnDefinitions a { color: #fff; font-family: Trocchi; }


.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 0px;
    line-height: 14px;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
    font-size: 16px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
    -moz-box-shadow:    inset -1px -1px 5px #000;
    -webkit-box-shadow: inset -1px -1px 5px #000;
    box-shadow:         inset -1px -1px 5px #000;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;

    -moz-box-shadow:    inset -1px -1px 5px #000;
    -webkit-box-shadow: inset -1px -1px 5px #000;
    box-shadow:         inset -1px -1px 5px #000;
}

.form-search .input-append .search-query {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    /* width: 335px; */
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #69624e;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.nav-tabs.nav-stacked > li > a {
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
}

.nav-tabs.nav-stacked > li > a:hover {
    z-index: 2;
    border-color: transparent;
}


@media (min-width: 481px) {
    .nav-tabs > li { width: 33.33%; text-align: center; }
    .nav-stacked > li {
        float: left;
    }
}

@media (max-width: 480px) {
    body { padding-left: 0px; padding-right: 0px; }
    .nav-tabs { margin-left:20px; margin-right:20px; }
    .nav-tabs > li { width: 100%; text-align: center; margin-bottom: 2px; }
    .nav-stacked > li {
        float: none;
    }
    .mContentAd320 { margin-left:-10px; padding:0px; }
    .brick { margin: 10px auto; display: block; }
}

@media (max-width: 767px) {
    .page-content {
        padding: 10px;
    }
}

.input-append { width:80%; }
.input-append .search-query { width: 100%; }