.green
{
    color: #4c4;
    fill: #4c4;
}

.red
{
    color: #c44;
    fill: #c44;
}

.lightPurple
{
    color: #ede5fe;
    fill: #ede5fe;
}

.lightPurpleHighlight
{
    color: #dfd0fe;
    fill: #dfd0fe;
    /*
    color: #e6dafe;
    fill: #e6dafe;
    */
}

.darkPurple
{
    color: #bca3ef;
    fill: #bca3ef;
}

.darkPurpleHighlight
{
    color: #b796fc;
    fill: #b796fc;
}

.overallView
{
    text-align: center;
    font: 400 14px 'Montserrat', Arial;
    color: #000;
}

.overallView button
{
    -webkit-appearance: none;
    background-color: #bca3ef;
    cursor: pointer;
    border: transparent;
    border-radius: 3px;
    line-height: 1em;
    outline: none;
    color: #000;
    fill: #000;
}

.overallView input[type=text]
{
    -webkit-appearance: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ede5fe;
    border-radius: 3px;
    background-color: #fff;
}

.overallView input[type=number]
{
    -webkit-appearance: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ede5fe;
    border-radius: 3px;
    max-width: 50px;
    margin: 0;
    margin-right: 4px;
    padding: 1px;
}

.overallView button:hover
{
    background-color: #b796fc;
}

.overallView button:disabled
{
    cursor: initial;
    background-color: #ede5fe;
    color: #dfd0fe;
}

.overallView button:active
{
    background-color: #9d79e3;
}

.overallView input[type=radio], input[type=checkbox]
{
    display: none;
}

.overallView label
{
    display: inline-block;
    padding: 6px;
    margin: 0px 2px;
    border-radius: 6px;
    font-size: 14px;
    height: 18px;
    cursor: pointer;
    background-color: #ede5fe;
}

.overallView label:hover
{
    background-color: #dfd0fe;
}

.overallView input:disabled + label
{
    color: #dfd0fe;
    cursor: initial;
}

.overallView input:disabled + label:hover
{
    background-color: #ede5fe; 
}

.overallView input:checked + label
{
    /* background-color: #cdddf0; */
    background-color: #bca3ef;
}

.overallView input[type=radio]:checked + label:hover
{
    background-color: #bca3ef;
}

.overallView input:checked + label:hover
{
    background-color: #b796fc;
}

.overallView input:checked:disabled + label
{
    background-color: #ede5fe;
    color: #dfd0fe;
}

.overallView input:checked:disabled + label .buttonIcon
{
    fill: #dfd0fe;
}

.tab
{
    display: inline-block;
    width: 80px;
    height: 64px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 4px;
    border-radius: 6px 6px 0 0;
    transition: margin-top 0.1s ease;
}

.tab.active
{
    margin-top: 0;
}

.tab:hover
{
    margin-top: 0;
}

#tab_upload.tab
{
    background-color: #e36966;
}

#tab_upload.tab:hover
{
    background-color: #ee5f5b;
}

#tab_upload.tab.active
{
    background-color: #ee5f5b;
}

#tab_sequencer.tab
{
    background-color: #f2e863;
}

#tab_sequencer.tab:hover
{
    background-color: #fff457;
}

#tab_sequencer.tab.active
{
    background-color: #fff457;
}

#tab_share.tab
{
    background-color: #69bc69;
}

#tab_share.tab:hover
{
    background-color: #62c462;
}

#tab_share.tab.active
{
    background-color: #62c462;
}

#tab_settings.tab
{
    background-color: #e69118;
}

#tab_settings.tab:hover
{
    background-color: #f89406;
}

#tab_settings.tab.active
{
    background-color: #f89406;
}

#tab_tips.tab
{
    background-color: #64bad4;
}

#tab_tips.tab:hover
{
    background-color: #5bc0de;
}

#tab_tips.tab.active
{
    background-color: #5bc0de;
}

.activeTabContainer
{
    height: 64px;
    vertical-align: bottom;
    overflow-y: hidden;
}

.activeTabContainer.left
{
    text-align: left;
    width: 444px;
    display: inline-block;
}

.activeTabContainer.left .tab
{
    margin-right: 4px;
}

.activeTabContainer.right
{
    text-align: right;
    width: 168px;
    display: inline-block;
}

.activeTabContainer.right .tab
{
    margin-left: 4px;
}

.tabContainer
{
    position: relative;
    display: block;
    width: 612px;
    height: 576px;
    padding: 0;
}

.tabbedContent
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px;
    height: 500px;
    width: 600px;
    background-color: #f4f4ff;
    display: none;
    text-align: center;
}

#intro.tabbedContent
{
    background-color: #eee8fb;
}

#upload.tabbedContent
{
    background-color: #fbd7d6;
}

#uploadStatus.tabbedContent
{
    background-color: #fbd7d6;
}

#sequencer.tabbedContent
{
    background-color: #fffcd5;
}

#share.tabbedContent
{
    background-color: #d8f0d8;
}

#settings.tabbedContent
{
    background-color: #fde4c1;
}

#tips.tabbedContent
{
    background-color: #d6eff7;
}

.tabbedContent.visible
{
    display: block;
}

.tabbedContent.startLeft
{
    left: -612px;
}

.tabbedContent.startRight
{
    left: 612px;
}

.tabbedContent.shiftLeft
{
    left: -612px;
    transition: left 0.3333s ease;
}

.tabbedContent.shiftRight
{
    left: 612px;
    transition: left 0.3333s ease;
}

.tabbedContent.shiftCenter
{
    left: 0;
    transition: left 0.3333s ease;
}

.tabHeader
{
    font-size: 26px;
    margin-top: 10px;
}

.tabSubheader
{
    margin-bottom: 10px;
}

.viewControlsBox
{
    display: block;
    padding: 6px;
    margin: 4px 0;
    text-align: center;
}

#lightingform
{
    margin: 0;
    padding: 0;
}

.imgInput
{
    display: none;
}

#colorpicker
{
    -webkit-appearance: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ede5fe;
    border-radius: 3px;
    font: 400 18px 'Montserrat', Arial;
    max-height: 28px;
    width: 96px;
    vertical-align: middle;
}

#colorpicker:disabled
{
    color: #aaa !important;
}

.buttonIcon
{
    height: 16px;
    width: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    /*fill: #000;*/
}

.controlButton:disabled
{
    color: #dfd0fe;
}

.controlButton:disabled .buttonIcon
{
    fill: #dfd0fe;
}

.viewIcon
{
    height: 22px;
    width: 22px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    /*fill: #000;*/
}

.layerIcon
{
    height: 12px;
    width: 12px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    fill: #bbb;
}

#sequencerAndKey
{
    display: block;
}

#sequencerKey
{
    display: inline-block;
    width: 64px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: right;
}

.layerHeader
{
    vertical-align: top;
    height: 16px;
    margin: 0;
    padding: 4px 0;
}

#layerFront
{
    height: 16px;
    vertical-align: top;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 0px;
    color: #bbb;
}

#layerBack
{
    height: 16px;
    vertical-align: top;
    margin: 0;
    margin-top: 1px;
    margin-bottom: 7px;
    color: #bbb;
}

#layerBack .layerIcon
{
    vertical-align: top;
}

#sequencerLayout
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 146px;
    max-height: 146px;
    position: relative;
    vertical-align: top;
    width: 514px;
}

.columnView
{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}

#previewView
{
    background-color: #eee8fb;
    height: 576px;
    width: 512px;
}

.viewButton
{
    width: 76px;
    height: 42px;
    text-align: center;
    margin: 0px 6px;
    padding: 0;
}

.viewButton.left
{
    margin-right: 0px;
    border-radius: 3px 0px 0px 3px;
}

.viewButton.right
{
    margin-left: 0px;
    border-left: 0px;
    border-radius: 0px 3px 3px 0px;
}

.viewButton.right:active
{
    border-left: 0px;
}

#uploadIcons
{
    margin: 0;
    padding: 0;
}

#uploadIcons .icon
{
    height: 96px;
    width: 96px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    fill: #d9bbb9;
}

#uploadIcons .icon.current
{
    fill: #000;
}

#uploadIcons .icon.failed
{
    fill: #c00;
}

#uploadIcons .icon.complete
{
    fill: #0c0;
}

#uploadIcons progress
{
    width: 72px;
    height: 30px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#uploadStatusButtons
{
    position: relative;
    margin: auto;
    width: 200px;
    height: 48px;
}

.uploadStatusButton
{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    transition-delay: 0.0s;
}

#uploadStatusButtons.return #uploadReturn
{
    visibility: visible;
    opacity: 1;
    transition-delay: 0.25s;
}

#uploadStatusButtons.abort #uploadAbort
{
    visibility: visible;
    opacity: 1;
    transition-delay: 0.25s;
}

#uploadStatusButtons.abortDisabled #uploadAbort
{
    visibility: visible;
    opacity: 1;
    transition-delay: 0.25s;    
}

.uploadStatusBlurb
{
    height: 50px;
    margin: 10px;
    padding: 0;
    font: 400 16px 'Montserrat', Arial;
    color: #676767;
}

div.uploadStatusSpacer
{
    display: inline-block;
    width: 0px;
    height: 50px;
    vertical-align: middle;
}

#uploadStatusText
{
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
}

#cellSelector
{
    display: block;
    position: absolute;
    visibility: hidden;
    border-width: 3px;
    border-style: solid;
    width: 10px;
    height: 22px;
    pointer-events: none;
    border-color: #404040;
    z-index: 1;
}

#frameSelector
{
    display: block;
    position: absolute;
    visibility: hidden;
    border-width: 2px;
    border-style: dotted;
    width: 20px;
    height: 96px;
    border-color: #ff8080;
    pointer-events: none;
    z-index: 2;
}

#pp-preview
{
    display: block;
    border: none;
    border-radius: 6px;
    margin: auto;
    margin-top: 12px;
}

#layerColors
{
    border-collapse: collapse;
    padding: 0px;
    margin: 5px 6px 8px 6px;
}

div.controlItem
{
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

div.controlItem.preset
{
    border-radius: 6px;
    background-color: #ede5fe;
    padding: 6px 6px;
    font-size: 20px;
    width: 300px;
}

div.controlItem.preset p
{
    font-size: 20px;
    vertical-align: middle;
}

div.controlItem.preset select
{
    font-size: 16px;
    vertical-align: middle;
    width: 222px;
}

div.controlGroup
{
    padding: 0px 6px;
    position: relative;
}

div.controlGroup p
{
    display: inline;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
    vertical-align: middle;
}

div.controlGroup input
{
    margin-right: 4px;
}

td.layerFrame
{
    padding: 0px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    width: 9px;
    height: 22px;
    background-color: #ffffff;
    vertical-align: middle;
}

div.keyframeMarker
{
    padding: 0px;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    margin: 8px 2px;
    visibility: hidden;
    /* mix-blend-mode: difference; */
}

td.frameMarker
{
    width: 9px;
    height: 20px;
    background-color: #ffffff;
    z-index: 2;
    padding: 0;
}

div.frameMarker-large
{
    padding: 0px;
    width: 2px;
    background-color: #000;
    height: 16px;
    margin: 1px 4px 3px 5px;
}

div.frameMarker-small
{
    padding: 0px;
    width: 2px;
    background-color: #000;
    height: 6px;
    margin: 11px 4px 3px 5px;
}

.expandableGroup
{
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0 auto 4px auto;
    transition: max-height 0.3s, max-width 0.3s, border-radius 0.3s;
    max-height: 100px;
    max-width: 300px;
    border-radius: 6px;
}

#expandCustomize
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 1.0;
    border-radius: 0;
    font: 400 30px 'Montserrat', Arial;
    background-color: #ede5fe;
}

#expandCustomize:hover
{
    background-color: #dfd0fe;
}

#customizeGroup.show #expandCustomize
{
    opacity: 0.0;
    z-index: -1;
    transition: z-index 0.2s, opacity 0.2s;
    transition-delay: 0.3s;
}

.expandArrow
{
    position: absolute;
    line-height: 0;
}

.expandArrow.topLeft
{
    top: 0;
    left: 0;
}

.expandArrow.topRight
{
    top: 0;
    right: 0;
}

.expandArrow.bottomLeft
{
    bottom: 0;
    left: 0;
}

.expandArrow.bottomRight
{
    bottom: 0;
    right: 0;
}

.expandArrow.reduce
{
    z-index: 2;
}

#reduceCustomize
{
    fill: #bca3ef;
    cursor: pointer;
}

#reduceCustomize:hover
{
    fill: #b796fc;
}

#customizeGroup
{
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ede5fe;
    padding: 4px;
}

#customizeGroup.show
{
    max-height: 265px;
    max-width: 582px;
    border-radius: 0px;
    transition-delay: 0s;
}

#pasteButton
{
    width: 104px;
}

#copiedColor
{
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    border-radius: 3px;
}

.controlButton
{
    width: 40px;
    height: 24px;
    font: 400 11px 'Montserrat', Arial;
    vertical-align: middle;
    padding: 0;
}

.controlButton.big
{
    width: 60px;
    height: 36px;
}

.controlButton.big .buttonIcon
{
    height: 24px;
    width: 24px;
}

.controlButton.wide
{
    width: 88px;
    height: 28px;
}

.settingGroup
{
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    width: 200px;
    margin: 0;
    margin-bottom: 5px;
}

.settingGroup.at
{
    width: 80px;
    font-size: 32px;
    text-align: center;
}

.settingGroup.right
{
    text-align: left;
}

.groupTop
{
    margin: 0;
    margin-bottom: 4px;
    height: 18px;
}

.verticalSpacer
{
    display: block;
    /*height: 1px;*/
    margin: 4px;
    /*background-color: #888;*/
    line-height: 0;
}

.setting
{
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 16px 0;
}

.setting p
{
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin: 0 8px 0 0;
    padding: 0;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    height: 18px;
    width: 200px;
}

.upload
{
    width: 292px;
    padding: 4px;
    margin: 0px;
    display: inline-block;
}

.upload.dark
{
    /*background-color: #e0e0e0;*/
    background-color: #f3d0cf;
}

.upload.light
{
    /*background-color: #f0f0f0;*/
    background-color: #fcdfde;
}

.settingOptions
{
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0;
    width: 200px;
    text-align: left;
}

.settingOptions input[type=range]
{
    height: 18px;
    vertical-align: top;
    width: 200px;
    margin: 0 0 6px 0;
}

.settingOptions label
{
    display: block;
    margin: 0 0 6px 0;
}

.filedesc
{
    display: block;
    font-weight: bold;
    font-size: 16px;
    /*height: 18px;*/
}

.filedesc.invalid
{
    color: #d9bbb9;
}

.filesubdesc
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 17px;
}

.filesubdesc.invalid
{
    color: #d9bbb9;
}

.filesubdesc.important
{
    color: #c00;
}

.descContainer
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 144px;
}

.descComplete
{
    height: 114px;
}

.descSpacer
{
    height: 114px;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}

.descHolder
{
    display: inline-block;
    vertical-align: middle;
    width: 136px;
}

div.preview
{
    display: inline-block;
    text-align: right;
    position: relative;
    vertical-align: middle;
    width: 144px;
    height: 144px;
}

.previewEmpty
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: top;
    width: 142px;
    height: 142px;
    border-style: solid;
    border-color: #888;
    border-width: 1px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    visibility: hidden;
    cursor: pointer;
}

.previewEmpty.empty
{
    visibility: visible;
}

div.preview:hover .previewEmpty
{
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.75);
}

div.preview:hover .previewEmpty.disabled
{
    visibility: hidden;
}

.previewImg
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /*max-width: 160px;
    max-height: 160px;*/
    object-fit: contain;
    width: 144px;
    height: 144px;
    margin: auto;
    padding: 0;
    border-width: 0;
    background-color: #000;
}

.previewImg.empty
{
    visibility: hidden;
}

.previewImg.disabled
{
    visibility: hidden;
}

.previewEmptySpacer
{
    display: inline-block;
    height: 142px;
    width: 0px;
    vertical-align: middle;
}

.previewEmptyText
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.previewSize
{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: #676767;
    line-height: 1em;
    font-size: 16px;
}

.previewIcon
{
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    fill: #676767;
}

.previewInvalid
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: top;
    width: 142px;
    height: 142px;
    border-style: solid;
    border-color: #d9bbb9;
    border-width: 1px;
    color: #d9bbb9;
    text-align: center;
}

.previewInvalid.invalid
{
    display: block;
}

.invalidIcon
{
    height: 96px;
    width: 96px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    fill: #d9bbb9;
}

#uploadform
{
    margin: 0;
    padding: 0;
}

.cgButton
{
    padding: 0 16px;
    min-width: 200px;
    height: 48px;
    /*font-weight: bold;*/
    font: 400 18px 'Montserrat', Arial;
    font-size: 18px;
    margin: 0;
    vertical-align: top;
    /*color: #000;*/
}

.cgButtonIcon
{
    height: 18px;
    width: 18px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    /*fill: #000;*/
}

.cgButton:disabled .cgButtonIcon
{
    fill: #dfd0fe;
}

.nudgeUp
{
    padding-bottom: 3px;
}

.colorSquare
{
    height: 16px;
    width: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    vertical-align: top;
    display: inline-block;
}

.colorSquare.warmwhite
{
    background-color: #ccc3b7;
    /*background-color: #fff4e5;*/
}

.colorSquare.coolwhite
{
    background-color: #c3ccc8;
    /*background-color: #f4fffa;*/
}

.colorSquare.daylight
{
    background-color: #fffffb;
}

.colorSquare.clear
{
    background-color: #f0f0ff;
}

.colorSquare.white
{
    background-color: #fff;
}

.colorSquare.grey
{
    background-color: #a0a0a0;
}

.colorSquare.black
{
    background-color: #404040;
}

.spacerText
{
    vertical-align: middle;
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
    width: 150px;
    line-height: normal;
}

.spacerIcon
{
    width: 10px;
    height: 10px;
    padding: 0px 10px;
}

.spacerLine
{
    vertical-align: middle;
    height: 1px;
    width: 165px;
    background-color: #000;
    display: inline-block;
}

.spacerLine.wide
{
    width: 500px;
}

.variableSpacer
{
    width: 0px;
    height: 428px;
    vertical-align: middle;
    display: inline-block;
}

.variableContainer
{
    margin: 0;
    padding: 0;
}

.varyingContainer
{
    display: inline-block;
    vertical-align: middle;
    max-width: 592px;
}

#shareBody
{
    position: relative;
    transition: height 0.5s ease, width 0.0s linear 0.25s;
    margin: auto;
    overflow: hidden;
}

#shareBody.showLink
{
    width: 526px;
    height: 140px;
}

#shareBody.retry
{
    width: 200px;
    height: 50px;
}

#shareBody.loading
{
    width: 100px;
    height: 100px;
}

#shareBody.toUpload
{
    width: 200px;
    height: 50px;
}

.shareFade
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    transition-delay: 0.0s;
}

.showLink #linkContent
{
    opacity: 1.0;
    visibility: visible;
    transition-delay: 0.25s;
}

#linkStatus
{
    font-size: 28px;
    width: 526px;
    margin: auto 0 26px 0;
}

#shareDiv
{
    margin-top: 8px;
}

#copyLinkButton
{
    position: relative;
    width: 104px;
    height: 96px;
    display: inline-block;
}

.copyStatus
{
    position: absolute;
    top: 0;
    left: 4px;
    width: 96px;
    height: 96px;
    font-size: 12px;
    padding: 24px 0;
    pointer-events: none;
    opacity: 1.0;
    visibility: hidden;
    text-shadow: 1px 1px #000;
    z-index: 5;
}

.copyStatusIcon
{
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
}

#shareDiv.copyOk #copyOk
{
    transition: opacity 0.5s ease 1.0s, top 1.0s ease;
    top: -50px;
    opacity: 0.0;
    visibility: visible;
}

#shareDiv.copyFail #copyFail
{
    transition: opacity 0.5s ease 1.0s, top 1.0s ease;
    top: -50px;
    opacity: 0.0;    
    visibility: visible;
}

#linkText
{
    display: block;
    font-size: 24px;
    height: 36px;
    width: 526px;
    color: #b796fc;
    font: 400 20px 'Montserrat', Arial;
    vertical-align: middle;
}

#retryLink
{
    /*width: 200px;
    height: 50px;
    font-size: 26px;*/
}

.retry #retryLink
{
    opacity: 1.0;
    visibility: visible;
    transition-delay: 0.25s;
}

.toUpload #gotoUpload
{
    opacity: 1.0;
    visibility: visible;
    transition-delay: 0.25s;
}

.loading #linkLoading
{
    opacity: 1.0;
    visibility: visible;
    transition-delay: 0.25s;
}

.tabIcon
{
    width: 32px;
    height: 32px;
    fill: #000;
}

.tabIconCont
{
    display: block;
    margin: 0;
    margin-top: 8px;
}

.tabContentContainer
{
    margin: 0;
    padding: 0;
    width: 612px;
    height: 512px;
    overflow: hidden;
    position: relative;
}

.shareButton
{
    font: 400 20px 'Montserrat', Arial;
    width: 96px;
    height: 96px;
    margin: 0 4px;
    padding: 0;
}

.shareIconCont
{
    display: block;
    margin: 0;
}

.shareIcon
{
    width: 32px;
    height: 32px;
    fill: #000;
    padding: 8px;
}

.shareIcon.nudgeRight
{
    margin-left: 4px;
}

.animLoading
{
    width: 100px;
    height: 100px;
    position: relative;
}

.loadChild
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.loadChild:before
{
    content: '';
    display: block;
    margin: 20% auto 0 auto;
    width: 10%;
    height: 10%;
    background-color: #000;
    animation: anim-loadDelay 1.2s infinite ease-in-out both;
}

.loadChild.l2
{
    transform: translate(12.5%);
}

.loadChild.l3
{
    transform: translate(0, -12.5%) rotate(90deg);
}

.loadChild.l4
{
    transform: rotate(90deg);
}

.loadChild.l5
{
    transform: translate(0, 12.5%) rotate(90deg);
}

.loadChild.l6
{
    transform: translate(12.5%) rotate(180deg);
}

.loadChild.l7
{
    transform: rotate(180deg);
}

.loadChild.l8
{
    transform: translate(-12.5%) rotate(180deg);
}

.loadChild.l9
{
    transform: translate(0, 12.5%) rotate(270deg);
}

.loadChild.l10
{
    transform: rotate(270deg);
}

.loadChild.l11
{
    transform: translate(0, -12.5%) rotate(270deg);
}

.loadChild.l12
{
    transform: translate(-12.5%);
}

.loadChild.l2:before
{
    animation-delay: -1.1s;
}

.loadChild.l3:before
{
    animation-delay: -1.0s;
}

.loadChild.l4:before
{
    animation-delay: -0.9s;
}

.loadChild.l5:before
{
    animation-delay: -0.8s;
}

.loadChild.l6:before
{
    animation-delay: -0.7s;
}

.loadChild.l7:before
{
    animation-delay: -0.6s;
}

.loadChild.l8:before
{
    animation-delay: -0.5s;
}

.loadChild.l9:before
{
    animation-delay: -0.4s;
}

.loadChild.l10:before
{
    animation-delay: -0.3s;
}

.loadChild.l11:before
{
    animation-delay: -0.2s;
}

.loadChild.l12:before
{
    animation-delay: -0.1s;
}

@keyframes anim-loadDelay
{
    0%, 60%, 100% {
        height: 10%;
        margin-top: 20%;
    } 30% {
        height: 30%;
        margin-top: 0%;
    }
}

.loadLogo
{
    position: absolute;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 35%;
    overflow: hidden;
}

.loadLogo:after
{
    height: 200%;
    width: 200%;
    transform: rotate(-45deg);
    content:'';
    display: block;
    position: absolute;
    left: 40%;
    background-color: #000;
}

#outputSize
{
    font-size: 16px;
    width: 260px;
}

.introStep
{
    font-size: 20px;
    margin-top: 18px;
    text-decoration: underline;
}

.introDesc
{
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 18px;
}

.introHead
{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.tipStep
{
    width: 592px;
    font-size: 18px;
    text-decoration: underline;
    text-align: left;
}

.tipDesc
{
    width: 592px;
    font-size: 14px;
    margin-bottom: 18px;
    text-align: left;
}