.graphicsBox{
    display: inline-block;
    width: 280px;
    margin-right: 7px;
    .graphics{
        width: 100%;
        height: 47%;
        overflow-y: auto;
        border: 1px solid #dddddd;
        .graph {
            width: 64px;
            height: 64px;
            border: 2px solid transparent;
        }
    }
}
.modal-border-bottom{
    border-bottom: 1px solid #f4f4f4;
}
