
.smkc625a-container {
    border: dotted 2px black;
    background: lightblue;
    padding: 5px;
}

.smkc625a-section-header {
    font-weight: bold;
}

.smkc625a-block-container {
    margin-bottom: 10px;
}

.smkc625a-block-main {
    display: flex;
    justify-content: left;
    border: 1px solid black;
}

.smkc625a-input-block-main {
    min-width: 300px;
    background: cyan;
    border-right: solid 1px black;
    padding: 2px 5px 2px 2px;
    padding-right:25px;
}

.smkc625a-notes-block-main {
    display: flex;
    width: 100%;
    align-items: center;
    border: none;
    padding-left: 15px;
    background: white;
    color: red;
    font-size: 9pt;
    font-weight: bold;
    font-style: italic;
}

.smkc625a-block-sub {
    display: flex;
    justify-content: left;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid black;
    border-top: none;
}

.smkc625a-input-block-sub {
    border-right: solid 1px black;
    background: lightcyan;
    padding: 2px 5px 2px 2px;
    padding-right:25px;
}

.smkc625a-notes-block-sub {
    display: flex;
    width: 100%;
    align-items: center;
    border: none;
    padding-left: 15px;
    background: white;
    color: red;
    font-size: 9pt;
    font-weight: bold;
    font-style: italic;
}

#smkc625a-esid-incdec-input {
    min-width: 150px;
}

#smkc625a-esid-incdec-method-input {
    min-width: 385px;

}

#smkc625a-esid-knitstyle-input {
    min-width: 250px;
}

#smkc625a-esid-incdec-method-block {
    display: none;
}

#smkc625a-esid-selvedge-block {
    display: none;
}

#smkc625a-esid-selvedge-input {
    min-width: 385px;
}

.smkc625a-summary-block-main {
    display: flex;
    justify-content: row-reverse;
    margin-top: 10px;
    padding: 10px;
    background: white;
    border: 3px solid black;
}

.smkc625a-summary-output-block-main {
    min-width: 500px;
    background: white;
}

.smkc625a-copy-block-main {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 100%;
}

.smkc625a-copy-block-main img {
    border: 4px solid white;
}

.smkc625a-copy-block-main img:hover {
    border: 2px solid white;
}

.smkc625a-copy-block-main img:active {
    border: 6px solid white;
}

#smkc625a-esid-summary-block {
    display: none;
}

#smkc625a-esid-form input[type=text] {
    width: 50px;
    height: 20px;
    border: 1px solid black;
    text-align: right;
}

.smkc625a-calculate-button {
    color: white;
    background: navy;
    font-style: bold;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    border: 2px solid blue;
    border-radius: 30px;
    box-shadow: 5px 5px 10px gray;
}

.smkc625a-calculate-button:hover {
    border: 2px solid silver;
}

.smkc625a-calculate-button:active {
    border: 2px solid white;
    box-shadow: none;
}

/* Cast On and Rows Calculator (corc) styles */
#smkc625a-corc-units-input {
    min-width: 400px;
}

#smkc625a-corc-project-measurement-input {
    min-width: 400px;
}

#smkc625a-corc-swatch-measurement-input {
    min-width: 400px;
}

#smkc625a-corc-form input[type=text] {
    width: 75px;
    height: 20px;
    border: 1px solid black;
    text-align: right;
}

#smkc625a-corc-summary-block {
    display: none;
}

