.header {
    position: relative;
    height: 130px;
}
.logo{
    display: inline-block;
    height: inherit;
    width: 320px;
}
.logo-button{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    display: inline-block;
    height: inherit;
}
.logo-button:hover {
    background-color: darkgray;
}
.toolname{
    display: inline-block;
    color: black;
    font-size: 48px;
    font-weight: bold;
    top: 42px;
    margin-left: 10px;
    position: absolute;
    width: 545px;
}
.settings {
    display: block;
    font-size: 18px;
    margin: 4px;
    margin-bottom: 12px;
}
.container {
    margin: 4px;
    display: inline-block;
}
.controls-and-cards{
    display: block;
    /*width: 1050px;*/
}
.controls {
    display: inline-block;
    text-align: center;
    color: black;
    font-size: 16px;
    line-height: 1.2;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    margin: 4px;
    padding: 4px;
    vertical-align: top;
}
.bottom-right{
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-family: Arial, sans-serif;
    font-size: 18px;
}
.bottom-center{
    position: absolute;
    bottom: 6px;
    left: 50%;
    height: 24px;
    width: 216px;
    transform: translate(-50%,0);
}

.smallButton {
    border: 1px solid black;
    padding: 1px 1px;
    font-size: 12px;
    min-width: 10px;
    margin-right:4px;
}

.bigButton {
    border: 4px solid black;
    padding: 12px 16px;
    font-size: 48px;
    width: 110px;
    margin-right:4px;
}

button {
    background-color: lightgrey;
    color: white;
}
button:hover {
    background-color: darkgray;
}
select{
    font-size: 16px;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
    position: absolute;
    left: 50%;
    height: 24px;
    width: 48px;
    transform: translate(-50%,0);
}
.infa{
    width: 48px;
    height: 24px;
}