.dasher{
    height:calc(100% - 115px);
    width:100%;
}
.charts{
    display:flex;
    width:100%;
    height:calc(100% - 150px);
}
.cpu_chart{
    width:100%;
    height: 100%;
    border: 0px solid #bcbcbc;
    border-radius:25px;
    box-shadow: 0px 0px 10px #bcbcbc;
}
.disk{
    margin-top:15px;
    height:50px;
    width:100%;
    border-radius:25px;
    box-shadow: 0px 0px 10px #bcbcbc;
    background-color: white;
    border: 0px solid #b0c9f7;
}
.disk_switch_button{
    position:relative;
    top:-50px;
    height:100%;
    width:100%;
    background:transparent;
    border: 0px;
    outline:none;
    text-shadow: 0 0 3px black;
    color:white;
    font-size: 30px;
}
.disk_selector{
    margin-top:65px;
    height:100px;
    width:50px;
    background-color: white;
    box-shadow: 0px 0px 10px #bcbcbc;
}
.used_mem_area{
    display:flex;
}
.mem_bottom{
    width: 25px;
	height: 50px;
	border-radius: 25px 0 0 25px;
	line-height: 25px;
    background-color: #36f;
}
.mem_column{
    height:50px;
    width:0px;
    background-color:#36f;
}
.mem_chart1{
    margin-left:15px;
    width:calc(calc(100% - 15px) / 2);
    height:100%;
    border: 1px solid #b0c9f7;
    border-radius:15px;
    box-shadow: 0px 0px 10px #bcbcbc;
}