/*
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 : 2014.07.09., 15:09:02
    Author     : Haraso
*/

html{
    height: 100%;
    width: 100%
}

body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, table, a, img{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body{
    height: 100%;
    font-family: 'Exo', 'Helvetica Neue', Arial sans-serif;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    background: #eee; 
}

#uppic{
    position: fixed;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    width: 90%;
    height: 400px;
}

.D3{
    position: fixed;
    width: 100%;
    margin-top: 1%;
}

#button3d{
    border: 5px solid white;
    width: 100px;
    height: 100px;
    float: right;
    background: #888;
    color: white;
    display: none;
}

#button3d:hover{
    border: 5px solid black;
    color: black;
}

h1{
    margin-left: 45%;
    margin-top: 45%;
}

.lineHorizontal{
    width: 49%;
    height: 2px;
    margin-left: 1%;
    margin-top: -150px;
    background: black;
}

.lineVertical{
    float: right;
    margin-right: 50%;
    width: 2px;
    height: 100%;
    background: black;
}

.lineHorizontalLeft{
    float: left;
    margin-left: 50%;
    margin-top: -2px;
    width: 49%;
    height: 2px;
    background: black;
}

#info{
    position: fixed;
    padding-top: 200px;
    width: 100%;
    height: 100%;
}

.left, .right{
    margin-top: 50px;
    position: relative;
    float: left;
    width: 50%;
}

li{
    float: right;
    padding-bottom: 10px;
    display: table-row;
    width: 100%;
}

.leftInside{
    float: right;
    margin-right: 20px;
    color: #888;
}

.leftInside:hover{
    color: #000;
}

.rightInside{
    margin-left: 20px;
    color: rgba(0,0,0,1);
}

