@charset "utf-8";
/* CSS Document */

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    font-size: 1em;
    padding: 5px;
}

.table > tbody > tr > th {
    font-weight: normal;
}

/* heading */

.container-fluid > h1 {
    font-size: 36px;
    text-align: center;
	border-bottom: 1px solid #333333;
	padding: 17px 0;
	margin: 26px 75px 40px;
}

.page-header {
    border-bottom: transparent;
}

.page-header > h2 {
	font-size: 30px;
    text-align: center;
    color: #444;
}

/* table */

th {
	background-color: #eeeeee;
}

.table > thead > th {
    background-color: #eeeeee;
    text-align: left;
}

/* text box */

.rich-text > .well {
	background-color: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

