﻿body {
}

.tj-blurb {
    display: inline-block;
    width: 700px;
}

.tj-cpanel {
    width: 175px;
    height: 340px;
    border: solid 1px black;
    margin-bottom: 25px;
    font-size: 11px;
    padding: 10px;
    float: left;
}

.tj-therm {
    float: left;
    border: solid 1px black;
    float: left;
    margin-left: 20px;
    width: 300px;
    height: 1200px;
}

.tj-welcometext {
    margin-top: 40px;
    width: 500px;
    padding: 5px;
    text-align: left;
}

.tj-cpanel-field {
    margin-top: 5px;
    width: 150px;
    display: inline-block;
    text-align: left;
}

#currentValue {
    width: 50px;
}

#currentMin {
    width: 50px;
}

#currentMax {
    width: 50px;
}

#isCurrency {
    width: 30px;
}

#showDecimal {
    width: 30px;
}

.tj-cpanel-field-size {
    margin-left: 15px;
    text-align: left;
}

.tj-cpanel-button {
    margin-bottom: 15px;
    margin-top: 10px;
}

.tj-script {
    width: 100%;
    height: 150px;
    border: solid 1px black;
    margin-top: 25px;
}

#scriptCode {
    font-size: 11px;
    width: 90%;
    height: 100px;
}
