﻿.newTicketTitle {
    float: left;
    padding: 0 15px;
    line-height: 37px;
    background-color: #3E3D3A;
    text-align: center;
    color: #F3F3F3;
    font-size: 15px;
    font-weight: bold;
}

#newTicket {
    margin-top: 15px;
}

    #newTicket form {
        float: left;
        width: 100%;
        height: auto;
        padding: 15px;
        text-align: justify;
        background-color: #f3f3f3;
    }

#right {
    margin-top: 37px;
}

.title {
    font-size: 23px;
    font-weight: 300;
}



