/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.low-carb-sweetener-calculator {
    font-family: "Open Sans";
	padding: 30px 20px;
    background-color: rgb(113,50,57);
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 22px;
    color: rgb(255, 255, 255);
} 

.low-carb-sweetener-calculator input,
.low-carb-sweetener-calculator input[type="text"] {
	font-size: 0.7em;
    line-height: 1.5em;
    color: rgb(138, 138, 138);
    font-family: "Open Sans";
    font-weight: 400;
    border-radius: 0px;
    overflow: hidden;
    border: none;
    background-image: none;
    padding: 0px 20px;
    height: 65px;
    margin-bottom: 15px;
    display: inline-block;
    width: initial;
}

.low-carb-sweetener-calculator label input,
.low-carb-sweetener-calculator label input[type="text"] {
    width: 100%;
    display: block; 
}

.low-carb-sweetener-calculator select {
	font-size: 0.7em;
    line-height: 1.5em;
    color: rgb(138, 138, 138);
    font-weight: 400;
    font-family: "Open Sans";
    border-radius: 0px;
    overflow: hidden;
    border: none;
    background-image: none;
    padding: 0px 20px;
    height: 65px;
    margin-bottom: 15px;
    display: inline-block;
    width: initial;
}

.low-carb-sweetener-calculator label select {
    width: 100%;
    display: block;
}

.low-carb-sweetener-calculator button {
    font-family: "Open Sans";
	font-size: 0.8em;
    border-radius: 0px;
    overflow: hidden;
    font-weight: bold;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: rgb(151, 177, 70);
    display: inline-block;
    text-transform: uppercase;
}

.low-carb-sweetener-calculator button.fw {
    width: 100%;
    display: block;
}

.low-carb-sweetener-calculator-result p {
    border: 1px solid #fff; 
    padding: 20px 20px;
    border-style: dashed;
    margin-top: 25px;
    font-size: 0.8em;
} 