
form{
    min-width: 800px;
}
.trigger{
    display: inline;
}
.info{
    padding-left: 5px;
    font-size:12px
}
input.insert_header_green{
    background-color: #dff4d9 !important;
    border: 1px solid #8dca7d !important;
    color: #558848 !important;
}
input.insert_header_orange{
    background-color: #f4f2d9 !important;
    border: 1px solid #cac07d !important;
    color: #ae9661 !important;
}

.button-red{
    background: #b94514 !important;
    border-color: #aa3500 #aa3500 #aa3500 !important;
    /* -webkit-box-shadow: 0 1px 0 #006799; */
    box-shadow: 0 1px 0 #633206 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px #75280b !important;
}
.main-text{

    margin: 5px;
    margin-bottom: 15px;
}
strong{
    font-weight: 700;
}
#insert_header{
  width:500px;
}