﻿
body {
    color: #000000;
    background-color: #68737A;
    font-size: 11px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

#panel {
    top: 50%;
    left: 50%;
    width: 30em;
    height: 12em;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: white;
    border: 1px solid #3B3B3B;
    position: fixed;
    color: black;
    display: table-cell;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
}

#caption {
    font-weight: 600;
    text-transform: uppercase;
    color: #0093D0;
}

#body {
    font-weight: 400;
    color: #202020;
}
