/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4-feb-2015, 19.05.14
    Author     : Tore1010
*/

.alert-danger {
    color: whitesmoke;
    background-color: red;
    border-color: #000;
    font-size: 1.3em;
}

.error_link {
    color: white;
    text-decoration: underline;
}