body {
    font: 10px sans-serif;
    margin: 0;
    background-color: white !important;
}

.main-container {
    width: 1200px;
    margin: auto;
    margin-bottom: 100px;
}

.form-architecture {
    margin-bottom: 0px;
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.dragged-element {
    margin-top: 35px;
    margin-bottom: 0px;
    display: inline-block;
    width: 59%;
}

label {
    font-size: 14px;
    line-height: 25px;
}

.charts {
    vertical-align: top;
    display: inline-block;
    width: 49%;
}

.chart-input {
    display: inline-block;
    width: 49%;
    vertical-align: top;

}

.chart-Em, .chart-Sm, .chart-Tv {
    width: 100%;
    display: block;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.axis-label {
    font-weight: bold;
    font-size: 12px;
}

.line {
    fill: none;
    stroke-width: 1.5px;
}

.ratioPanel {
    width: 248px;
    height: 248px;
    border: 1px solid #000000;
}

.ratioPanel-out {
    width: 280px;
    height: 280px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    border: 2px solid #670000;
    border-radius: 10px;
    margin-bottom: 5px;
}

#drag-1 {
    width: 21px;
    height: 21px;
    background-image: url('../images/kwadrat4.png');
    color: white;

    -webkit-transform: translate(114px, 114px);
    transform: translate(114px, 114px);
}

.sa {
    position: relative;
    top: 130px;
    left: -70px;
    font-size: 14px;
    font-weight: bold;
}

.ca {
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 80px;
}

.left-pointtop {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: -40px;
}

.left-pointdown {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: -40px;
    top: -15px;
}

.left-pointdown2 {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: -45px;
}

.right-point {
    font-size: 14px;
    font-weight: bold;
}

.charts h2 {
    text-align: center;
    margin-left: 40px;
}

.legend {
    stroke: #000;
    fill: white;
}

.color1 {
    stroke: #5cc5ef;
    fill: #5cc5ef;
}

.color2 {
    stroke: #0B730B;
    fill: #0B730B;
}

.color3 {
    stroke: #e7552c;
    fill: #e7552c;
}

.color4 {
    stroke: #800080;
    fill: #800080;
}

.color5 {
    stroke: #ff00cc;
    fill: #ff00cc;
}

header {
    border-bottom: 1px solid #78243d;
    background-color: #faebd7;
}

.menu {
    margin: 0 auto;
    width: 300px;
    height: 60px;
}

.menu-item {
    width: 140px;
    margin-top: 23px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    color: #78243d;
}

.menu-item a {
    text-decoration: none;
    color: #78243d;
}

.menu-item:hover a {
    color: #78243d;
    font-weight: bold;
}

.title {
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
    font-size: 18px;
}

svg {
    height: 340px;
    width: 635px;
}

.font-color {
    color: #78243d;
}