body {
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5f7787;
    text-align: left;
    background-color: #fff;
}

h1 {
    font-size: 2rem;
    margin-bottom: 24px !important;
}

h1,
h2 {
    font-weight: 600;
    color: #0d435a;
}

input,
a.button {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #5f7787;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.4375rem 0.875rem;
    font-size: 1rem;
    line-height: 1.25rem;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #479ccd;
    border-color: #479ccd;
    box-shadow: none;
    cursor: pointer;
}

input:hover,
a.button:hover {
    background-color: #007cad;
    border-color: #007cad;
}

.content-div {
    margin: 125px auto;
    display: flex;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    min-height: 650px;
    width: 1204px;
}

.information-panel {
    border-radius: 16px 0 0 16px;
    background-color: #fff;
    width: 50%;
}

.information-panel .cegeka-logo {
    margin-top: 40px;
    margin-left: 40px;
    height: 42px;
    width: 133px;
}

.information-panel-content {
    margin: 55px auto;
    width: 80%;
}

.details-box {
    padding: 10px;
    background-color: #f6f8f9;
    border-radius: 8px;
    width: 100%;
    font-size: .875rem;
    margin-bottom: 41px;
}

.details-box span {
    font-weight: 700;
    font-size: 1rem;
    color: #0d435a;
}

.image-panel {
    border-radius: 0 16px 16px 0;
    background-color: #f0f9f9;
    width: 50%;
    display: flex;
    justify-content: center;
}

.image-panel img {
    width: 80%;
}

pre {
    margin: 0;
}

pre code {
    display: block;
    background: none;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    max-width: 100%;
    min-width: 100px;
    padding: 0;
}

.collapsible {
    background-color: #DDD;
    cursor: pointer;
    color: #5f7787;
    padding: 10px;
    border-radius: 8px;
    border: none;
    width: 100%;
    font-size: .875rem;
    text-align: left;
    outline: none;
}

.active,
.collapsible:hover {
    background-color: #BBB;
}

.collapsible:after {
    content: '\002B';
    color: #5f7787;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.collapsible-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    border-radius: 8px;
}
