﻿html,
body,
#root {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/*Для переноса в site.css*/

.reports_button {
    font-size: 0.65rem;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    height: 20px;
}
body > iframe {
    display: none;
}
