.hide-element {
    display: none;
}

.group {
    background-color: #ddd !important;
    text-align: center;
}

table.dataTable th {
    text-align: left !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 10px;
}

.no-border {
    border-top: none !important;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.solution-header {
    margin-bottom: 20px;
    text-align: center;
}

.button-bar {
    margin: 10px;
    margin-bottom: 20px;
}

.body-with-margin {
    margin: 80px;
}

.btn-primary {
    background:#006600;
}

.btn-primary:hover {
    background:#000000;
}

.iya-form h2 {
    font-size: 24px;
}