/*
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 : 15.04.2018, 19:05:30
    Author     : Michael
*/

p.request-sent {
    position: relative;
    width: 1024px;
    z-index: 9999;
    background-color: rgba( 0, 100, 100, .2);
    margin: auto;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    color: green;
    font-size: 20px;
    max-width: 100%;
}

p.request-not-sent {
    position: relative;
    width: 1024px;
    z-index: 9999;
    background-color: rgba( 100, 0, 0, .2);
    margin: auto;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    color: red;
    font-size: 20px;
    max-width: 100%;
}
