/*
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.03.2016, 12:34:11
    Author     : wegner
*/

.frtar {
    float: right;
    text-align: right;
}

.triangle-bottom-left {
    width: 0;
    height: 0;
    border-bottom: 20px solid #212121;
    border-bottom: 20px solid #dfdfdf;
    border-bottom: 20px solid #cfcfcf;
    border-bottom: 20px solid #777;
    border-bottom: 20px solid #999;
    border-bottom: 20px solid #666;
    /*border-bottom: 20px solid #444;*/
    border-right: 20px solid transparent;
}