
.cg-container {
    display: none;
    position: fixed;
    top: 40px;
    left: 40px;
    height: 600px;
    width: 450px;
    z-index: 10000000;
    border: 1px solid #091728;
    border-radius: 5px;
    background-color: #091728;
}

.cg-frame {
    height: 565px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
}

.cg-header {
    cursor: move;
    height: 30px;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.cg-header span {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}

.cg-header span:after {
    content: 'X';
}
