.frm_forms .hide-on-load {
    display: none;
}

.opengrapher-loader {
    margin-top: 20px;
    width: 120px;
    height: 10px;
    -webkit-mask: linear-gradient(90deg,#000 70%,#0000 0) left/20% 100%;
    background: linear-gradient(#000 0 0) left -25% top 0 /20% 100% no-repeat #ddd;
    animation: l7 1s infinite steps(6);
}
@keyframes l7 {
    100% {
        background-position: right -25% top 0
    }
}

.opengrapher-card {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:white;
    max-width: 502px !important;
    width: 100%;
    border: 1px solid #d0d1d5;
    border-radius: 3px;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding: 12px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .30);
}

.opengrapher-card span {
    display: block;
}

.opengrapher-card .opengrapher-title {
    font-family: Helvetica;
    font-size:14px;
    font-weight: bold;
    line-height: 1.38;
    color: #365899;
    text-decoration:none;
    margin-bottom: 2px !important;
    display: inline-block;
}

.opengrapher-card .opengrapher-title:hover {
    text-decoration:underline;
}

.opengrapher-card .opengrapher-reference {
    text-decoration: none;
    color: inherit;
}

.opengrapher-card .opengrapher-description {
    clear:both;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.38;
}

.opengrapher-card .opengrapher-image {
    margin-top: 9px !important;
    display:block;
    width:100%;
    height:249px;
}

.opengrapher-card .opengrapher-image img {
    width:100% !important;
    height: 100% !important;
    object-fit: cover;
    overflow: hidden;
}

.opengrapher-card .opengrapher-url {
    color: #90949c;
    font-family: Helvetica;
    font-size: 11px;
    line-height: 11px;
    text-transform: lowercase;
    margin-top: 9px !important;
    display: inline-block;
    width: 100%;
}

.opengrapher-card .opengrapher-author {
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    width: 100%;
    line-height: 30px;
    margin-top: 9px;
}

.opengrapher-card .opengrapher-author-image {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    object-fit: cover;
    margin-right: 9px;
}