.fbPreview {
    display: inline-block;
    margin-bottom: 20px;
    border: 1px gray dashed;
    padding: 10px;
    vertical-align: middle;
}
#posted, #error {
    display: none;
}
#newProfileImage {
    width: 100%;
    max-width: 600px;
    max-height: 600px;
}
.newProfileImage {
    display: inline-block;
    background: url("//www.cdpr.cz/ekyticka-generator/images/static/ajax_loading_icon.gif") center center no-repeat ;
}
.imageUpload {
    display: inline-block;
    width: 93%;
    max-width: 600px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    background: #f5f5f5;
    text-align: center;
    border: 1px gray dashed;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}
#preview {
    height: 100%;
    width: 100%;
    position: relative;
}
#postLoader {
    background: rgba(256,256,256,.7) url("//www.cdpr.cz/ekyticka-generator/images/static/ajax_loading_icon.gif") center center no-repeat;
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1000;
}
.posTable {
    margin: 0 auto 10px auto;
    border: 1px solid black;
    display: inline-table;
}
.posTd {
    padding: 0 3px 0 5px;
}
#fbDivB {
    display: block;
}
#fbDivC {
    display: none;
}
.fbContainer {
    margin-top: 40px;
    text-align: center;
    font-family: "Open Sans", "Roboto", sans-serif;
}

.btn {
    font-size: 16px;
    border-radius: 35px;
    color: white;
    border: none;
    padding: 7px 26px;
    transition: .2s;
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #e94c52;
    border-color: #2e6da4;
}

.btn-primary:hover {
    background-color: black;
}