/**
 * bangTidy2 Style - Ported from Growl Style
 * Ported By Nijikokun @vizualover @nijikokun
 * Original Author Daryl Ginn
 * Based On http://dribbble.com/shots/527056-Growl-Theme-2
 *
 * To use, for style use: bangTidy
 *
 */

.alert-custom1 {
    box-sizing: border-box;
    background: none;
    border: none;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, (255, 255, 255, 0.88) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,(255, 255, 255, 0.88)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,(255, 255, 255, 0.88) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,(255, 255, 255, 0.88) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,(255, 255, 255, 0.88) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 1) 0%,(255, 255, 255, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 1)', endColorstr='(255, 255, 255, 0.88)',GradientType=0 );
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
 border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;*/
    overflow: hidden;
    color: white;
    -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    /* padding:24px;*/
    padding: 0px;
    margin: 0px;
}

    .alert-custom1 a.close {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 10000;
        content: '';
        padding: 15px;
        border: 1px solid #ccc;
        background-color: #666;
        text-shadow: none;
        color: rgba(255, 255, 255, 1) !important;
        font-size: 1em;
        font-weight: 400;
        opacity: 0.9;
    }

.notifications > div, bottom-right > div {
    margin: 0px;
}
 