.tool-form-box {
    margin: 5px auto;
    padding: 0;
    /*width: 480px;*/
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.tool-form-box h4,
.tool-form-box>.info-content {
    padding: 0;
    margin: 0;
}

.tool-form-box h4 {
    padding: 15px;
    font-size: 1.125em;
    font-weight: 400;
    color: #FFF;
}

.tool-form-box>.info-content>.text {
    padding: 10px;
    /*font-size: 1em;*/
    line-height: 1.5em;
    height: auto;
    color: #FFF;
    overflow: hidden;
    text-align: left;
    -webkit-transition: height 200ms ease;
    -moz-transition: height 200ms ease;
    -o-transition: height 200ms ease;
    transition: height 200ms ease;
}

.tool-form-box>.info-content>.text>p {
    padding: 5px 5px 5px;
}

.tool-form-box>.info-content>.text {
    color: #444;
}

.tool-form-box {
    background-color: #FFF;
    color: #444;
    border-radius: 0;
}

.tool-form-box-calculator-code128 h4 {
    background-color: rgb(26, 0, 121);
}

.tool-form-box-udi-gs1-128 h4 {
    background-color: rgb(3, 103, 197);
}

.form-group>label {
    font-weight: bold;
}

.features-boxed .features {
    padding-top: 10px;
    padding-bottom: 10px;
}

.intro h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#result,
.align-middle .text {
    text-align: center;
    vertical-align: middle;
    height: 100% !important;
}

img.barcode-result {
    max-width: 60%;
    max-height: 50%;
}

a.btn {
    font-weight: bold;
}

a.btn-primary {
    color: #FFF;
}