﻿/* Assignment for A1136: Spatial Data and the Internet */
html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
 
#appLayout {
    height: 100%;
}

#topTitle {
    height: 50px;
}

#leftCol {
    width: 14em;
}

#rightCol {
    width: 7em;
}

#bottomStatus {
    height: 20px;
}
 
.claro .mdiLayout .edgePanel {
    background-color: #d0e9fc;
}
 
#viewsChart {
    width: 550px;
    height: 550px;
}

p {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

h1 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 10px;
}

h2 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 10px;
}
