﻿body {
}

.minimiseableDiv {
    transition: height 0.5s linear;
}
.minimised {
    height: 40px;
}

a:hover{
    text-decoration: none;
}
.statusBox
{
    width: 65px;
    font-size: small;
}
.largeStatusBox {

    font-size: 35px;
    line-height: 125px;
    height: 160px;
}
.dateBox
{ 
    width: 85px;
    font-size: small;
}
.viewButton{
    width:65px;
    font-size: 14px;
    font-weight: bold;
}

#tabs-with-content .tabs:not(:last-child) {
    margin-bottom: 0;
}

#tabs-with-content .tab-content {
    padding: 1rem;
    display: none;
}

    #tabs-with-content .tab-content.is-active {
        display: block;
    }

.chart{
    max-height: 40vh;
}
.is-gap{
    width: 65px;
}