#root .themeBuilderWrapper,
#root .themeBuilderWrapper {
    color: black;
    font-size: larger;
    font-weight: 800;
}

#root .themeBuilderWrapper div {
    background-color: white;
    margin: 10px;
}

#mainDivBackImage {
    width: 100%;
}

#root .themebuilder-wrapper .settingsArea {
    border: 1px solid #000;
    margin-bottom: 20px;
}

#root .themeBuilderWrapper button {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember", sans-serif;
    font-size: 13px;
    line-height: 29px;
    padding: 0 10px 0 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100px;
}

#root .themeBuilderWrapper button:hover {
    background-color: #f7fafa;
}

#root .themeBuilderWrapper button:focus {
    border-color: #008296;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    outline: 0;
}