.dev3-demo-height {
    height: 100px;
}

.dev3-demo-color-box { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dev3-demo-color-box > div { 
    height: 35px;
    width: 100%;
    float: left;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 1px;
}

.black { background:#45484d; }
.blue { background:#499bea; }
.burgundy { background:#a90329; }
.darkblue { background:#3f4c6b; }
.green { background:#8fc800; }
.grey { background:#f9f9f9; }
.orange { background:#ffa84c; }
.pink { background:#ff5bb0; }
.purple { background:#c123de; }
.red { background:#ff1a00; }

.change-menu {
    font-weight: normal;
    font-style: italic;
}

.fs, .fs a {
    font-size: 21px;
    text-decoration: none;
    font-weight: bold;
}

.fscolor1, .fscolor1 a {
    color: #8fc800;
}
.fscolor2, .fscolor2 a {
    color: #499bea;
}