.right.card {
    min-width: 410px;
    min-height: 325px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}

.right.card > div {
    width: 100%;
}

html body .content .content-wrapper {
    margin-top: 0;
}

.btn-success, .btn-danger {
    color: #fff !important;
}

.modal-body label {
    margin-bottom: 10px;
}

.app-content.content .card {
    min-height: calc(100vh - 60px);
}
.text-danger {
    font-size: 10px;
}

.copylink-container {
    text-align: center;
}
.copylink-container img {
    margin-bottom: 10px;
}

.text-center.new-headline {
    margin-bottom: 20px;
}

.canvasjs-chart-container {
    height: 100% !important;
    width: 100% !important;
}

canvas {
    height: 100% !important;
    width: 100% !important;
}