#page-content {
    margin-top: 50px;
}

.fa {
    padding: 3px;
}

ul {
    margin-bottom: 2px;
    margin-top: 2px;
}

h3, h4, h5 {
    color: #3A4A65;
}

.switch-active > div > div > div > button {
    transform: translateX(18px) !important;
}

._dash-undo-redo {
    display: none;
}

.vinny-dash-element {
    margin-bottom: 21px;
    margin-right: 5px;
    margin-left: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0);
    border-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.vinny-dash-element-no-hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.vinny-dash-element-hover:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.vinny-dash-padded-element {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vinny-dash-breadcrumb-left-chevron {
    margin-right: 10px;
}

.vinny-dash-breadcrumb-right-chevron {
    margin-left: 10px;
}

.vinny-dash-element-align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .vinny-plot-no-mobile,
    .vinny-no-mobile {
        display: none;
    }
}
