.unstyled
{
    margin: 0;
    list-style: none;
}
.unstyled a, .unstyled #test
{
    width: 150px;
    text-decoration: none;
    padding: .5em 1em;
    background-color: #3C3C3E;
    border-bottom: 2px solid #3C3C3E;
    display: block;
    margin-bottom: .5em;
}
.unstyled a:hover, .unstyled #test:hover
{
    background-color: #A0A1A2;
    border-color: #A0A1A2;
}
.cf, .alert
{
    *zoom: 1;
}
.cf:before, .alert:before, .cf:after, .alert:after
{
    display: table;
    content: "";
    line-height: 0;
}
.cf:after, .alert:after
{
    clear: both;
}
#jalerts 
{
    width: 600px;
    top: 0%;
    right: 0px;
    position: fixed;
    z-index: 9999;
    list-style: none;
    font-size: 16px;
}
.jalert 
{
    width: 100%;
    margin-bottom: 8px;
    display: block;
    position: relative;
    border-left: 4px solid;
    left: -40px;
    opacity: 0;
    line-height: 1;
    padding: 10px 0px 10px 15px;
    transition: right 400ms, opacity 400ms, line-height 300ms 100ms, padding 300ms 100ms;
    display: table;
}
.jalert:hover
{
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.open 
{
    opacity: 1;
    transition: line-height 200ms, padding 200ms, right 350ms 200ms, opacity 350ms 200ms;
}
.jalert-title
{
    font-weight: bold;
}
.jalert-block
{
    width: 80%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    text-align: left;
}
.jalert-block em, .jalert-block small
{
    font-size: .75em;
    opacity: .75;
}
.jalert i
{
    font-size: 2em;
    width: 1.5em;
    max-height: 48px;
    top: 50%;
    margin-top: -12px;
    display: table-cell;
    vertical-align: middle;
}
.jalert-success
{
    color: #FFF;
    border-color: #A6D608;
    background-color: #A6D608;
}
.jalert-error
{
    color: #FFF;
    border-color: #EF4135;
    background-color: #EF4135;
}
.jalert-info
{
    color: #FFF;
    border-color: #A0A1A2;
    background-color: #A0A1A2;
}
.jalert-warning
{
    color: #FFF;
    border-color: #F7A800;
    background-color: #F7A800;
}