/* ************************* Classes *********************************/


.axis {
    font: 10px sans-serif;
}

.axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.background {
    width: 100px;
    height: 50px;
    padding: 0;
    margin: 0;
}

.background>div {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bottom {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.checkboxes input label {
    float: left;
    overflow-x: scroll;
}

/*
https://bl.ocks.org/d3noob/c506ac45617cf9ed39337f99f8511218
*/

.grid line {
    stroke: lightgrey;
    stroke-opacity: 0.7;
    shape-rendering: crispEdges;
}

.grid path {
    stroke-width: 0;
}

histogram {
    padding: 0px 0px 5px 5px;
    display: inline-block;
    margin: 0 auto;
}

.line {
    width: 112px;
    height: 47px;
    border-bottom: 2px solid lightgray;
    transform: translateY(-20px) translateX(5px) rotate(27deg);
    z-index: 2;
    position: absolute;
}

.resize_gif {
    width: 350px;
    height: auto;
}

.svg text {
    fill: black;
    font: 10px sans-serif;
    font-weight: bold;
    text-align: center;
}

.tick .line {
    stroke: gray;
    opacity: 0.6;
}

.top {
    position: absolute;
    top: 1px;
    right: 1px;
}


/* ************************* IDs *********************************/
body#catan {
    width: 100%;
    background: unset;
    background-color: white;
}

#catan {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

#catan_table_div {
    overflow-x: scroll;
}
