* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    font-family: sans-serif;
    font-size: 14px;
    background-color: rgb(240, 240, 240);
    color: #333;
    text-align: center;
    overflow-x: hidden;
}
a {
    color: #333;
}
ul {
    padding-left: 15px;
}
li {
    margin-top: 10px;
}

.table-wrap {
    overflow-x: auto;
}
table {
    background-color: #e2e2e2;
    width: 100%;
    min-width: 600px;
}
thead td {
    background-color: #ddd !important;
}
td {
    background-color: #fff;
    padding: 10px 8px;
}
.spec-note {
    margin-top: 22px;
    padding: 6px 8px;
    font-size: 13px;
    border: solid 1px #888;
    border-radius: 6px;
}


.btn {
    padding: 6px 12px;
    background-color: #333;
    color: white;
    border-width: 0;
    border-radius: 100px;
    cursor: pointer;
}
.generate-button {
    margin-bottom: 5px;
    font-size: 18px;
}
#downloadButton {
    font-size: 18px;
}
#generatingImage {
    width: 200px;
    height: 120px;
}

#drawCanvasWrap {
    position: relative;
    width: 100% !important;
    aspect-ratio: 1;
}
#drawCanvas {
    width: 100% !important;
    aspect-ratio: 1;
    image-rendering: pixelated;
}
#drawCanvasOverlay {
    width: 100% !important;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.head-panel {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
}
.head-panel-sub {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.body-panel {
    margin-top: 10px;
}

.body-center-panel {
    padding: 15px;
    background-color: white;
    display: inline-block;
    width: 720px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 6px;
}
.body-center-panel-head {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    background-color: #eee;
    margin-bottom: 15px;
}
.body-center-panel-content {
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
}
.body-center-panel-content img {
    margin: 5px 0;
    /* width: 100%;
    height: auto; */
    border: solid 3px #ddd;
    border-radius: 6px;
}
.body-center-panel-content .result-image {
    margin-top: 40px;
    width: 80%;
    height: auto;
    border: solid 1px #ddd;
    border-radius: 0;
    box-sizing: border-box;
}
.body-center-panel-content-sub {
    margin-top: 20px;
}
.body-center-panel-value {
    display: inline-block;
    padding-left: 10px;
    width: 60px;
}
.about-lines-image-mini {
    width: 360px;
}
.about-lines-image {
    max-width: 100%;
}


.body-left-panel {
    display: inline-block;
    width: 500px;
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 20px;
}

.body-right-panel {
    margin: 0 20px 20px 20px;
    display: inline-block;
    width: 400px;
    max-width: calc(100% - 40px);
    vertical-align: top;
    text-align: center;
}

.position-warp {
    padding: 0 17px;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
}
.canvas-control {
    margin-bottom: 20px;
    padding: 20px 10px;
    background-color: #ddd;
    border-radius: 12px;
}
.constol-wrap {
    margin-left: 15px;
}
.constol-label {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 140px;
    font-weight: bold;
}
.constol-body {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: calc(98% - 140px);
}
.color-wrapper {
    min-height: inherit !important;
}
.color-button {
    border: solid 1px #fff;
    border-radius: 3px;
    /* width: 45px; */
    width: min(45px, 22%);
    height: 40px;
    font-size: 12px;
    cursor: pointer;
    color: #333;
    border-color: #000;
}
.color-button-active {
    border-color: red !important;
    border-width: 2px;
}
.color-button-00 {
    background-color: #000000;
}
.color-button-01 {
    background-color: #555555;
}
.color-button-10 {
    background-color: #aaaaaa;
}
.color-button-11 {
    background-color: #ffffff;
}
#colorPallet {
    margin-top: 5px;
    /* width: 194px; */
    width: min(194px, 96%);
    height: 30px;
    border: solid 1px #666;
}
.constol-download {
    margin-top: 20px;
    text-align: center;
}



.links {
    color: #666;
    margin-bottom: 5px;
    font-weight: bold;
}
.links-items {
    line-height: 22px;
}
.right-ads a {
    margin-top: 10px;
    display: inline-block;
}
.right-ads .ad-300 {
    width: 300px;
    height: auto;
}
.other-services {
    color: #666;
    margin-top: 20px;
    font-weight: bold;
}



.share-buttons {
    margin-top: 20px;
}
.share-button-common img {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    padding: 6px;
}

.footer {
    margin: 20px 0;
    padding-top: 20px;
    border-top: solid 1px #ddd;
}


div[title=red],
div[title=purple],
div[title=deep-purple],
div[title=indigo],
div[title=light-blue],
div[title=cyan],
div[title=teal],
div[title=light-green],
div[title=green],
div[title=lime],
div[title=yellow],
div[title=amber],
div[title=orange],
div[title=deep-orange],
div[title=brown],
div[title=grey],
div[title=blue-grey] {
    display: none !important;
}





#loadImageDropArea {
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    border: dashed 2px #888;
    border-radius: 6px;
}