html {
    background-color: #cfe0f7;
    background-image: url("../../img/funbg.png");
    background-repeat: repeat;
    scrollbar-color: #f4a0c8 #ffe0f0;
}

body {
    color: #ff40aa;
}

h1, h2, button, #page-header a, #page-subheader a {
    font-family: "MS Gothic", "ＭＳ ゴシック", Verdana, sans-serif;
}

#page-header {
    color: #e84098;
}

#page-subheader {
    color: #d060b0;
}

#page-subheader a {
    color: #e840a0;
    transition: 0.3s;
}

#page-subheader a:hover {
    color: #c02080;
}

button {
    color: #ff71c0;
    background-color: #ffd3ed;
    outline: 2px solid #f080b0;
    border: 0;
    border-radius: 0;
    font-weight: bold;
}

button:hover {
    background-color: #ff90c0;
    color: #ff71c0;
    outline: 2px solid #e060a0;
    border: 0;
}

#popout {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #ff71c0;
    background-color: #ffd3ed;
    outline: 2px solid #ff71c0;
    text-decoration: none;
    font-family: "MS Gothic", "ＭＳ ゴシック", Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.5em;
    padding: 4px 0;
    transition: 0.3s;
}

#popout:hover {
    background-color: #ff90c0;
    color: #ff71c0;
}

#bodyArea, #swatchesArea, .ui-tabs-panel {
    outline: none;
    border: 8px solid transparent;
    border-image: url("../../img/fluffyborder1.png") 8 fill round;
    background: #fff0f7;
    border-radius: 0;
}

#tabsbar li a {
    border: 1px solid #f090c0;
    border-bottom: 3px solid #f4a0c8;
    background-color: #ffe3f1;
    color: #ff71c0;
    border-radius: 0;
    font-weight: bold;
}

#tabsbar .ui-state-default a:hover {
    border-bottom: 3px solid #e84088;
    background-color: #ffb0d8;
    color: #ff71c0;
}

#tabsbar .ui-state-active a, #tabsbar .ui-state-active a:hover {
    border-bottom: 3px solid #ff71c0;
    background-color: #ff80b8;
    color: #ffffff;
}

.ui-corner-all, .ui-tabs-panel {
    border-radius: 0;
}
