﻿.col40 {
    width: 6%;
    text-align: center;
}

.col120 {
    width: 12%;
    text-align: center;
}

.col300 {
    width: 32%;
    text-align: left;
}

.col100 {
    width: 15%;
    text-align: center;
}

.col100 input[type='text'], .col120 input[type='text'] {
        text-align: center;
       width: 40px;
    }

.col40 input[type='image'], .col120 input[type='image'] {
    vertical-align: bottom;
    width: 25px;
    height: 25px;
}

.rowcard {
    display: table;
    border-bottom: 1px solid #1f9cf8;
    width: 98%;
}

    .rowcard > div {
        float: left;
    }

.rowcard form {
    display: inline;
}

.alignR {
    font-weight: bold;
    text-align: right;
    padding-right: 90px;
    height: 25px;
    color:#1f9cf8;
}

.textareaGH {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}
