 
    
    /*-----------------------------*/
    
    .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;
    }