﻿body {
}

img {
    width: auto;
    height: 225px;
}

/* FLEX Container */
.containerHomeIndexLogo {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    height: 100px;
}


/* FLEX Container */
.containerHomeIndexLogoNotLoggedOn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.containerHomeIndexParent {
    display: flex;
    flex-flow: row wrap;
    height: auto;
    justify-content: center;
    align-items: center;
}

.containerHomeIndexChildLeft {
    width: 25%;
    padding-left: 10px;
}

.containerHomeIndexChildMiddle {
    width: 45%;
    padding-left: 10px;
    padding-right: 10px;
}

.containerHomeIndexChildRight {
    width: 25%;
    padding-right: 10px;
    float: right;
}

.hotKeyBlock {
    font-size: 18px;
    font-weight: 100;
    padding-top: 10px;
}

.memoBlock {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
}

.centered-memo textarea {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}



