.calloutDown
    {
        height: 0;
        width: 0;
        border-top: 12px solid #ffffff;
        border-left: 12px dotted transparent;
        border-right: 12px dotted transparent;
        left: 0px;
        top: 0px;
        margin-left: 20px;
        z-index: 11;
    }
    .calloutDown2
    {
        position: relative;
        left: -10px;
        top: -12px;
        height: 0;
        width: 0;
        border-top: 16px solid #ddd;
        border-left: 10px dotted transparent;
        border-right: 10px dotted transparent;
        z-index: 10;
    }
    .divContainerDown
    {
        background-color: #fff;
        border: solid 1px #ddd;
        position: relative;
        top: 1px;
        z-index: 3;
        width: 100%;
        padding: 4px;
    }
    .divContainerMain
    {
        background-color: #fff;
        padding: 0 8px 8px 8px;
    }

 .divContainerMain h5 {
  margin-top: -5px;   
 }