/* ==== Fix google maps display for bootstrap */
.map-holder img {max-width: inherit;}

/* your own styles go here */

.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.above {
    margin-bottom: 10px;
}

.below {
    /*margin-top: 10px;*/
}
.top {
    margin-bottom: 10px;
}

div.teaser {
    font-weight: bold;
}

div.component-fulltext-simple ul li p {
    padding-bottom: 2px;
    margin-bottom: 0;
}
div.component-fulltext-simple ul li {
    margin-bottom: 12px;
}
div.component-fulltext-simple ul.fulltext-results em {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

ul.gallery {
    margin: 0;
    padding-left: 0;
}

ul.gallery li {
    margin-bottom: 12px;
}

div.component-gallery .thumbnail {
    margin-bottom: 10px;
}

ul.tagcloud {
    margin: 0;
    padding-left: 0;
}
ul.tagcloud li {
    display: inline;
    background-color: #428bca;
    padding: .2em .6em .3em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin: 0 5px 5px 0;
}
ul.tagcloud li a {
    color: #ffffff;
    text-decoration: none;
}
ul.tagcloud li a:hover {
    color: #dedede;
}
select {
    width: 100% !important;
}
.form-inline .row {
    padding-bottom: 10px;
}

ul.nav-pills {
    padding-bottom: 15px;
}