@charset "utf-8";
/* CSS Document */
div.dashElements {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    text-align: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
div.popup_outer div.dashElement {
    background-color: white;
}
div.dashElement {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    margin: 0 7.5px 7.5px 0;
    box-sizing: border-box;
    flex-basis: calc(16.6666% - 15px);
    height: 120px;
    min-width:220px;
}
div.popup_outer div.dashElement p {
    color:#444;
}