.minimax_headline1{ 
    position: relative; 
    margin-bottom: 20px; 
}
.minimax_headline1:after{
    content: "";
    width:50px;
    border-bottom: 2px solid #cccccc;
    position: absolute;
    left: 0;
    top: 40px;
}
.minimax_module.MiniMax_Heading h3.minimax_headline1 { 
    font-size: 10pt; 
    font-weight: 300; 
    text-transform: uppercase;
}
.minimax_headline2 { 
    font-size: 20pt; 
    padding: 10px 25px;
    border:2px solid rgba(0,0,0,0.3);
    display:table !important;
    margin:10px auto !important; 
}
.minimax_headline2:after {  
    content: ""; 
    position: absolute;  
    width: 100px;  
    border-bottom: 2px solid rgba(0,0,0,0.3);  
    height: 12px;  
    margin-left: 35px;   
}
.minimax_headline2:before {  
    content: "";  
    position: absolute;  
    width: 100px;  
    border-bottom: 2px solid rgba(0,0,0,0.3);  
    height: 12px;  
    left: 0;  
}

.minimax_headline3{
    position: relative;       
    padding: 15px;
    background: #e5e5e5;
    background: -moz-linear-gradient(#f5f5f5, #e5e5e5);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
    background: -o-linear-gradient(#f5f5f5, #e5e5e5);
    background: -ms-linear-gradient(#f5f5f5, #e5e5e5);
    background: linear-gradient(#f5f5f5, #e5e5e5);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
    text-shadow: 0 1px 0 #fff;
    margin: 10px -26px;
}

.minimax_headline3:before, .minimax_headline3:after{
    position: absolute;
    left: 0;
    bottom: -6px;
    content:'';
    border-top: 6px solid #555;
    border-left: 6px solid transparent;
}

.minimax_headline3:before{
    border-top: 6px solid #555;
    border-right: 6px solid transparent;
    border-left: none;
    left: auto;
    right: 0;
    bottom: -6px;
}

.minimax_headline4{        
    background: #febf04;
    background-image: -moz-linear-gradient(left,rgba(255,255,255,0), #fff);
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0), #fff);
    background-image: -o-linear-gradient(left,rgba(255,255,255,0), #fff);
    background-image: -ms-linear-gradient(left,rgba(255,255,255,0), #fff);
    background-image: linear-gradient(left,rgba(255,255,255,0), #fff);
    position: relative;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    margin: 10px -20px 10px -26px;
    padding: 10px 0 10px 30px; 
}

.minimax_headline4:before, .minimax_headline4:after
{
    border-style: solid;
    border-color: transparent;
    bottom: -6px;
    position: absolute;
}

.minimax_headline4:before
{   content: '';
    border-width: 0 6px 6px 0;
    border-right-color: #555;
    position: absolute;
    left: 0;
}

.minimax_headline5{
    position: relative;
    display: table !important;
    margin: 10px auto 30px auto !important;
}
.minimax_headline5:after{
    content: "";
    position: absolute;
    width: 70%;
    border-top: 1px solid #E1E5E8;
    left: 15%;
    margin-top: 55px;
}
.minimax_headline5:before{
    content: "";
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 1px solid #d7dbde;
    border-radius: 50%;
    margin-top: 50.5px;
    z-index: 9999;
}
