﻿#titleDiv {
    width: inherit;
    text-align: center;
}

#mainPrices {
    height: 522px;
}

#instructionDiv {
    display: inline-block;
}

.columnInnerInstructionBoxes {
    max-width: 270px;
    display: inline-block;
    vertical-align: top;
    background-color: antiquewhite;
    height: 150px;
    padding: 10px;
    border-radius: 15px 15px;
}

#curve_chart {
    height: 500px;
    width: 800px;
}

.addPanel {
    width: 100px;
    text-align: center;
}

.labelStyle {
    width: 100px;
    text-align: center;
}

.editButton {
    width: 20px;
    margin-left: 5px;
    text-align: center;
}

body {
    display: inline-block;
}

.imageboxes {
    width: 13px
}

.allClass {
    width: 100px;
    text-align: center;
}

.trStyle {
    text-align: center;
}

#AddButton {
    width: 20px;
}

#mainPrices {
    max-width: 260px;
}

.rowInnerContentBoxes {
    display: flex;
    justify-content: center;
    float: left;
    align-items: center;
}

.contentBoxes {
    margin-top: 1vh;
    margin-left: 1vw;
    float: left;
    width: auto;
    padding-right: 20px;
    height: auto;
    max-height: 550px;
    min-width: 275px;
    max-width: 1200px;
    background-image: url(/img/background.jpg);
    background-repeat: repeat;
    padding: 10px;
    overflow: auto;
    border-radius: 15px 15px;
    border: 1px;
    border-style: solid;
}

.updateButton {
    width: 20px;
    display: none;
}

.deleteButton {
    width: 20px;
    margin-left: 5px;
    display: none;
}

.addButton {
    width: 20px;
    margin-left: 5px;
}

.titleLabel {
    max-width: 260px;
    text-align: center;
}

#BisunesPrices {
    max-width: 260px;
}
