.flexible-message-area {
  position: relative; }
  .flexible-message-area img {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-right-radius: 10px; }
  .flexible-message-area .message {
    display: block;
    padding: 0;
    width: 100%;
    position: relative;
    top: -1px; }
    .flexible-message-area .message h2 {
      padding: 12px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -o-border-bottom-left-radius: 10px;
      -ms-border-bottom-left-radius: 10px;
      -khtml-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-right-radius: 10px;
      -o-border-bottom-right-radius: 10px;
      -ms-border-bottom-right-radius: 10px;
      -khtml-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px;
      background: #96D9EC;}
      .flexible-message-area .message h2 a {
        font-size: 1.286em;
        line-height: 1.429em;
        text-decoration: none; 
        color:#000;
        font-family: 'Titillium Web', Tahoma, Verdana sans-serif;
        font-weight: 600; }
      .flexible-message-area .message h2.message-solo {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px; }

