﻿div.QuestionListContainer {
    height: 20vh;
    overflow: auto;
}

button.invisibleButton {
    border: 0;
}

button.StandardButton {
    height: 64px;
    width: 64px;
    border-radius: 1vh;
}

img.SigPic {
    width: 240px;
    height: 120px;
    max-height: 120px;
    max-width: 240px;
}

.fakeLink:hover {
    cursor: pointer;
}

img.Img64 {
    height: 50px;
    width: 50px;
}

img.Img32 {
    height: 32px;
    width: 32px;
}

.TrueString {
    margin: 0 1vw;
}

.FalseString {
    margin: 0 1vw;
}

.NormalString {
    margin: 0 1vw 0 0;
}

.margind1vh {
    margin-bottom: 1vh !important;
}
.AppInfoScrollContainer {
    overflow-x: hidden;
    overflow-y: auto;
    height: 75vh;
    max-height: 75vh;
}
.AppInfoContainer {
    display: table;
}
.AppInfoRow {
    display: table-row;
}

    .AppInfoRow > div {
        display: table-cell;
    }
