/*
 * Copyright (C) 2016 Jan-Dirk van Dingenen
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@import 'https://fonts.googleapis.com/css?family=Berkshire+Swash';

html {
    background-image: url('highBack.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

 body {
    font-family: 'Berkshire Swash', cursive;
    padding: 3% 3% 3% 5%;
    color: rgba(60,30,30,0.9);
    font-size: 16px;
}

h1 {
    font-size: 300%;
    margin: 0px;
    text-shadow: 1px 1px rgba(255, 255, 0,0.5);
    margin-left: 10%;
}

.stats {
    cursor:pointer;
}
.left, .right {
    width: 45%;
    height: 100%;
    min-height: 600px;
    float: left;
    max-height: 600px;
    overflow-y: auto;
    overflow-x:hidden;
}

.left {
    background-image: url(dwarfhit.png);
    background-repeat: no-repeat;
}
.right {
    width: 50%;
    min-height:400px;
}
table {
    width:100%;                
}
th {
    text-align:left;  
    font-size: 18px;
}
.morris-hover-row-label {
    display:none;
}

.morris-hover {
    margin-left: 10px;
}

.morris-hover-point {
    float: left;
    padding: 10px;
    border: solid 1px rgb(0, 0, 0);
    margin: 5px;
    border-radius: 4px;
}