/*
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 : Dec 6, 2020, 12:07:19 AM
    Author     : DamonPC
*/

 .captionOrange, .captionBlack
    {
        color: #363cd9;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        border-radius: 4px;
    }
    .captionOrange
    {
        background: black;
        background-color: #363cd9;
    }
    .captionBlack
    {
        font-size:24px;
        background: #363cd9;
        background-color: rgba(60, 179, 113, 0.4);
    }
    a.captionOrange, A.captionOrange:active, A.captionOrange:visited
    {
        color: #363cd9;
        text-decoration: none;
    }
    a.captionOrange:hover
    {
        color: black;
        text-decoration: underline;
        background-color: #eeeeee;
        background-color: rgba(60, 179, 113, 0.7);
    }
    .bricon
    {
        background: url(../img/browser-icons.png);
    }