﻿/* Alignment */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

/* Text Format */
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }

/* Table */
.full { width: 100%; }

#tinymce img { max-width:100%; }

/* Contact Form (Backend Results) */

.contact-table,
.contact-table-row,
.contact-table-cell {
    border: 1px solid #E6E6E6;
    padding: 10px;
}

.contact-table-wrap {
    padding: 0 20px 20px 20px;
}

.contact-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.contact-table-row {
    display: table-row;
    width: 100%;
}

.contact-table-cell {
    display: table-cell;
}

.contact-table-cell:nth-child(1) {
    width: 20%
}

.contact-table-cell:nth-child(2) {
    width: 50%;
}