html {
    position: relative;
    min-height: 100%;
}
.img {
	max-height:12vh;
}
.break-word {
    word-wrap: break-word;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

input[readonly].readonly-text {
    background-color: #fff;
    cursor: text;
}
