.header_link {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    line-height: 38px;
    height: 100%;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-family: Arial, sans-serif;
}

.header_link a {
    color: #00A1E4;
    font-size: 13px;
}

.header_link a:hover {
    color: #129F75;
}

.header_links {
    margin: 0 auto;
    text-align: center;
}
a.new{
    color: red;
}

.alert-danger {
    background-color: #f3515c;
    border-color: #d4323d;
    color: #fff;
}
.alert.alert-success {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert {
    font-weight: bold;
}

.alert-success {
    background-color: #55c65e;
    border-color: #48b151;
    color: #fff;
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 0px;
}

