.header-and-page-root {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.mcf-react-header {
    border-bottom: solid 1px #47A7A3;
}

.mcf-react-header div#title {
    margin-left: 70px;
}

.mcf-react-header div#title img {
    height: 50px;
}

div.subtitle {
    color: #07b;
    font-size: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.react-header-toggle {
    position: absolute;
    top: -35px;
    left: 0;
}

.react-header-toggle button {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.react-header-toggle button i {
    color: #2196f3;
}
