/* 
    Document   : bootstrap-override
    Created on : 01.05.2014, 15:45:31
    Author     : Arne Usadel
    Description:
        Purpose of the stylesheet follows.
*/

 a {text-decoration: none !important}
 
 a.inverted {
     color: #fff;
 }
 a.md-6-block {
     display: block;
     height: 278px;
 }
 a.md-3-block {
     display: block;
     height: 132px;
 }
 a.inverted_nostyle:hover {
     color: #fff;
 }
 
 /* for statistical view */
 label.pull-left {
     float: left;
     margin-left: 10px;
     margin-top: 4px;
 }
 
 /* JQuery conten hover helper classes */
 .hover_content {
    position: relative;
}

.mybackground {
	background: url(../../media/bilder/icons/orange.png);
}
.symbol-bar { /* Einsatz: table */
    vertical-align: middle;
}
.symbol-bar > img {
    margin-right: 0.5em;
}

.hover_content span {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.col-md-6 > .hover_content > img {
    height: 278px;
}
.col-md-3 > .hover_content > img {
    height: 132px;
}
.contenthover span {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.contenthover div {
    padding: 1em;
}

#report_holder > p > a > img {
    margin-right: 1em;
    float: left !important;
}

#article_content > p > a > img {
    margin-right: 1em;
    float: left !important;
}

/* End of helper classes */