/*
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 : Feb 8, 2018, 8:39:28 PM
    Author     : Christos
*/

body{

    font-family: 'Titillium Web', sans-serif;
    
}

.container{
	margin: auto;
	width: 70vw;
}

/*NAME*/
#id1{
    text-shadow:0.5px 0.5px 0.5px #FFFFFF;
    font-size-adjust: 0.7;
    text-decoration: none;
}
/*1st CONTAINER*/
#id2{
    padding-top: 35px;
}

p{
    
    font-size-adjust: 0.47;
}

/*BLUE LINKS*/
#id3{
    text-decoration: none;
    font-weight:bold;
    color:  #4d79ff;
}

/*COPYRIGHT*/
#id4{
    font-size-adjust: 0.40;
    /*POSITION*/
    margin: auto;
    margin-top: 50px;
    /*TEXT*/
    font-size-adjust: 0.40;
    text-align: right;
    /*BORDER*/
    /*border: darkorchid dashed;*/
}

/*LINES*/
hr{ 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: white;
    opacity: 0.75;
}

/*TABLE*/
table, td, th {
    border: 1px solid #333;
    text-align: center;
    margin-left: 15px;
    font-size-adjust: 0.47;
}

table {
    border-collapse: collapse;
    width: 60%;
    margin: auto;
    
}

td#red{
    color: #ff4d4d;
}

