﻿.pageHeader {
    text-align: center !important;
}
.myInput {
    padding-block: 9px !important;
    text-align: center !important;
    width: 90% !important;
}
.flexrow {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.flexrow span {
    width: 30% !important;
}
.flexcolumn {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flexcolumn span {
    width: 90% !important;
    text-align: center !important;
}
.flexButtonrow {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
form button {
    margin: 10px auto 2px auto !important;
}
a,button{
    cursor: pointer !important;
}