.SIDEBAR_STYLE {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17rem;
    padding: 2rem 1rem;
    background-color: #f8f9fa;
}


.CONTENT_STYLE {
    background-image: url("/assets/fondo_piper_3.PNG");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 8rem 2rem 2rem 18rem;
}


.CITIZENLAB_STYLE {
    height: 8%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}


.PIPERLAB_STYLE {
    height:3%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}


.DASH_TABLE_style_header {
    backgroundColor: #593196;
    fontWeight: bold;
    color: white;
    font_size: 12px;
    font_family: arial
}



.DASH_TABLE_style_cell {
    padding: 5px;
    height: auto;
    font_size: 12px;
    font_family: arial;
    minWidth: 50px;
    width: 50px;
    maxWidth: 50px;
    whiteSpace: normal
}
