/*
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 : 23-nov-2016, 14:15:50
    Author     : iker
*/


kbd {
    font-size: 14px;
    text-align: center;
}

#topnavigation {
    padding:3px 0px 10px 3px;
    border-width: 0px 0px 1px 0px;
    border-color:#333333;
    border-style: solid;
} 

#maincontent {
    margin:15px;
}

body {
    padding:0px;
    margin:0px;
    font-family:Verdana;
}

table {
    font-size:11px;
}

.customtitle {
    background-color:#bbbbbb;
    color:#ffffff;    
    padding:5px;
    text-align:center;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;        
    font-size:20px;
    font-weight: bold;
    background-image: linear-gradient(lightgray, grey);
    text-shadow: 2px 2px #000000;
}

.hackdialog {
    overflow: visible;
}

