/* 
Theme Name:   popularis-child
 Description:  SolonAllergiePopula
 Author:       Webtimiser
 Author URI:   httpw://www.Solonallergie.de
 Template:     popularis
 Version:      1.0
 Text Domain:  popularis-child
*/

.MogiBilderHilfe {
	border-right: none !important;
}

#MogiHilfsKasten {
	position: relative;
	width: 350px;
	height: 150px;
}

#speech-bubble {
   width: 170px; 
   height: 100px; 
   position: absolute;
   right: 0px;
   top: 0px;
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px; 
   border-radius: 10px;
   border: 4px solid #1b8f3b;
   padding: 4px;
   color: black;
   font-size: 120%;
   text-align: center;
}
 
#speech-bubble:before {
   content:"";
   position: absolute;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid #1b8f3b;
   border-bottom: 13px solid transparent;
   margin: 13px 0 0 -36px;
}