/*===================================================================
 * common
 *===================================================================*/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
@media only screen and (min-width: 1050px) {
	body {
		min-width: 1050px;
	}
}
@media only screen and (max-width: 768px) {
	body {
	//	min-width: 450px;
	}
}
div.main {
	padding: 10px;
}
div.contents {
	margin: auto;
	text-align: left;
}

.btn-area {
	margin: 30px;
	text-align: center;
}

input {
	height: 20px;
	vertical-align: middle;
	border: 1px solid #888;
}
input[type=radio],
input[type=checkbox] {
	width: 20px;
} 

select {
	height: 25px;
}

.title {
	margin: 20px auto;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
/*
.subtitle {
	font-size: 1.1em;
	text-align: left;
	display: block;
	margin: 30px 0 5px;
	width: 430px;
}*/
.edit-area {
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
}
.copy-btn {
	float: right;
}
a {
	text-decoration: none;
	color: #333;
}
label {
	margin: 0 20px 0 5px;
	vertical-align: middle;
	line-height: 1.2em;
}
#keywords {
	width: 300px;
	height: 25px;
}


/*===================================================================
 * table
 *===================================================================*/
table {
	border-collapse: collapse;
	table-layout: fixed;
}
/*
table.list tr:nth-child(odd)  td {
	background-color:#fee;
}
table.list tr:nth-child(even) td {
	background-color:#eef;
}
*/
th {
	background: #eee;
	color: #888;
	border: 1px solid #888;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}
td {
	border: 1px solid #888;
}
th.btn,
td.btn {
	border: none;
	//background-color: #fff;
	text-align: center;
	width: 50px;
}


/*===================================================================
 * button
 *===================================================================*/
button {
	width: 120px;
	height: 30px;
	border: 1px solid #888;
	border-radius: 3px;
	cursor: pointer;
}
.add-btn,
.edit-btn,
.part-btn,
.del-btn {
	width: 45px;
	height: 23px;
}
.show-btn {
	width: 85px;
	height: 23px;
}
.btn-area ul {
	float: left;
	padding-left: 0px;
}
.btn-area li {
	list-style: none;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 120px;
	height: 22px;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
}
.btn-area li:hover {
	background: #ccc;
}


/*===================================================================
 * menu
 *===================================================================*/
/*
#logout-btn {
	margin: 10px 0;
}
.menu {
	float: right;
	width: 150px;
	text-align: left;
}
.menu ul {
}
*/
.menu .navbar-inverse .navbar-brand {
//	color: #fff;
}
.menu button {
	width: inherit;
}
/*
.menu li {
	list-style: none;
	padding: 5px 0 5px 10px;
	padding-left: 10px;
	width: 180px;
	float: left;
	cursor: pointer;
	position: relative;
	display: block;
}
.menu li:hover {
	background: #fcc;
}
*/

#user {
	margin: 0 0 30px 20px;
	text-align: left;
}
#user-mail {
	font-size: 0.8em;
}

.search-area {
	margin: 10px auto;
}


/*===================================================================
 * edit-form
 *===================================================================*/
.required {
	background: yellow;
}
span.required {
	float: right;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background-color: #d82f42;
	border-radius: 10px;
	padding: 4px 6px;
	line-height: 1;
	font-size: 0.8em;
	margin-right: 5px;
}
.form select {
	width: 100%;
}
.form textarea {
	width: calc(100% - 7px);
	height: 50px;
}
.form input[type=text] {
	width: calc(100% - 5px);
}
.form .number,
input[type=number] {
	width: 80px;
	text-align: right;
}
.form input[type=text] .number {
	width: calc(100px - 10px);
	padding-right: 5px;
}
.form .date {
	width: 120px;
	display: inline-block;
}

.in-out {
	width: 700px;
}
.edit-area p {
	display: inline-block;
	margin: 3px 0px;
}


/*===================================================================
 * top-page
 *===================================================================*/
.top {
	width: 1030px;
}
.group {
	display: inline-block;
	vertical-align: top;
}
.group .listO {
	margin-left: 15px;
}
.group th {
	padding: 0px;
	text-align: center;
}
.group td {
	padding: 0 3px;
}
.group div.table-data {
	max-height: calc(100vh - 170px);
	overflow-x: hidden;
	overflow-y: auto;
}
.group #list1,
.group #list2 {
	margin-top: -1px;
}
/* 日付 */
.listW th:nth-child(1),
.listW td:nth-child(1),
.listW th:nth-child(6),
.listW td:nth-child(6),
.listO th:nth-child(2),
.listO td:nth-child(2),
.listO th:nth-child(4),
.listO td:nth-child(4) {
	width: 75px;
	text-align: center;
}
/* 発注先・モデル名 */
.listW th:nth-child(2),
.listW td:nth-child(2),
.listW th:nth-child(3),
.listW td:nth-child(3),
.listO th:nth-child(3),
.listO td:nth-child(3) {
	width: 150px;
}
/* ロット */
.listW th:nth-child(4),
.listW td:nth-child(4) {
	width: 50px;
	text-align: center;
}
/* 注文金額 */
.listW th:nth-child(5){
	width: 80px;
}
.listW td:nth-child(5) {
	width: 80px;
	text-align: right;
	padding-right: 5px;
}
/* 注文番号 */
.listO th:nth-child(1),
.listO td:nth-child(1) {
	width: 90px;
	text-align: center;
}


/*===================================================================
 * model
 *===================================================================*/
.model-list {
	width: 700px;
}
.model-list .edit-area {
	margin-bottom: 15px;
	//text-align: center;
}
.model-list .search-area input[type=text],
.model-list .edit-area input[type=text],
.model-list .edit-area input[type=number],
.parts-edit input[type=text],
.parts-edit input[type=number],
.parts-result .edit-area input[type=text],
.parts-result .edit-area input[type=number]
 {
	height: 25px;
}
.model-list .edit-area #model-name,
.model-list .edit-area button {
	width: 100px;
}
.model-list .edit-area #lot {
	width: 50px;
}
.model-list .edit-area #memo {
	width: 170px;
}

#model-list th {
	text-align: center;
	padding: 0px;
}
#model-list td:nth-child(3) {
	width: 145px; //120px;
	padding-left: 5px;
}
#model-list td:nth-child(1),
#model-list td:nth-child(2),
#model-list td:nth-child(4) {
	width: 50px;
	text-align: center;
	padding: 5px 0px;
}
#model-list td:nth-child(5) {
	width: 400px;
	padding-left: 5px;
}
#model-list td:nth-child(6) {
	width: 80px;
	text-align: center;
}

.model-edit {
	width: 500px;
}
.model-edit table {
	width: 500px;
}
.model-edit th {
	width: 130px;
}
.model-edit th.del {
	width: 80px;
}

.parts-list {
	width: 1080px;
}
.parts-list .btn-area {
	margin: 0px;
}
#parts-list {
	display: table;
	width: 1080px;
	//max-height: calc(100vh - 260px);
	//background-color:#eee;
}
#parts-list .header_h {
	float: left;
	width: 1013px;
	overflow-x: hidden;
	overflow-y: hidden;
	//margin-left: -1px;
}
#parts-list .header_v {
	float: left;
	width: 51px;
	max-height: calc(100vh - 290px);
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: -1px;
	background: #fff;
}
#parts-list .data {
	position: absolute; //float: left;
	width: 1030px;
	max-height: calc(100vh - 290px + 17px);
	overflow-x: scroll;
	overflow-y: scroll;
	margin-top: 23px; //-1px;
	margin-left: 50px; //-1px;
	background: #fff;
}

#parts-list_fix {
	//float: left;
	position: fixed;
}
#parts-list .header_h {
	margin-left: 50px;
}
#parts-list_tbl-h,
#parts-list_data {
    width: 1710px;
}

#parts-list_tbl-h th {
	padding: 1px 4px; // 0px;
	text-align: center;
	height: 23px;
}
#parts-list_fix th,
#parts-list_tbl-v td {
	width: 50px;
	text-align: center;
	padding: 0px;
	border: none;
	background: inherit;
}
#parts-list_data td {
	//padding-left: 3px;
	//padding-right: 5px;
	padding: 1px 5px 1px 3px;
	height: 23px;
}
#parts-list_data td:nth-child(1),
#parts-list_data td:nth-child(2),
#parts-list_data td:nth-child(5),
#parts-list_data td:nth-child(13) {
	text-align: center;
}
#parts-list_data td:nth-child(9),
#parts-list_data td:nth-child(10),
#parts-list_data td:nth-child(11),
#parts-list_data td:nth-child(12) {
	text-align: right;
}
#parts-list_data td:nth-child(1),
#parts-list_data td:nth-child(2) {
	width: 40px;
}
#parts-list_data td:nth-child(3) {
	width: 100px;
}
#parts-list_data td:nth-child(4),
#parts-list_data td:nth-child(14) {
	width: 150px;
}
#parts-list_data td:nth-child(5),
#parts-list_data td:nth-child(12) {
	width: 50px;
}
#parts-list_data td:nth-child(6) {
	width: 300px;
}
#parts-list_data td:nth-child(7) {
	width: 230px;
}
#parts-list_data td:nth-child(8) {
	width: 130px;
}
#parts-list_data td:nth-child(9),
#parts-list_data td:nth-child(11),
#parts-list_data td:nth-child(13) {
	width: 70px;
}
#parts-list_data td:nth-child(10),
#parts-list_data td:nth-child(16) {
	width: 80px;
}
#parts-list_data td:nth-child(15) {
	width: 200px;
}

.parts-list .edit-area #id-item,
.parts-list .edit-area #category,
.parts-list .edit-area #amount {
	width: 50px;
}
.parts-list .edit-area #item,
.parts-list .edit-area #standard,
.parts-list .edit-area #memo {
	width: 150px;
}
.parts-list .edit-area #used-by {
	width: 100px;
}

.model-parts #back-btn {
	float: right;
	margin-top: -50px;
}
.model-parts .edit-area #del-date {
	width: 80px;
	text-align: center;
}
.model-parts .edit-area #lot {
	width: 50px;
	text-align: center;
}
.model-parts .edit-area #model-name {
	width: 200px;
}
.model-parts .edit-area #memo {
	width: 300px;
}
.model-parts .model-src {
	float: right;
}
.model-parts .sort-area {
	float: right;
}

/*===================================================================
 * parts
 *===================================================================*/
.parts {
	width: 1080px;
}
.parts .btn-area {
	margin: 0px;
}
#parts {
	display: table;
	width: 1080px;
	max-height: calc(100vh - 260px);
	//background-color: #eee;
}
#parts .header_h {
	float: left;
	width: 1013px;
	overflow-x: hidden;
	overflow-y: hidden;
//	margin-left: 50px; //-1px;
}
#parts .header_v {
	float: left;
	width: 51px;
	max-height: calc(100vh - 300px);
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: -1px;
	background: #fff;
}
#parts .data {
	position: absolute; //float: left;
	width: 1030px;
	max-height: calc(100vh - 300px + 17px);
	overflow-x: scroll;
	overflow-y: scroll;
	margin-top: 23px; //-1px;
	margin-left: 50px; //-1px;
	background: #fff;
}

#parts_fix {
	//float: left;
	position: fixed;
}
#parts .header_h {
	margin-left: 50px;
}
#parts_tbl-h,
#parts_data {
    width: 1507px;
}

#parts_tbl-h th {
	padding: 1px 4px; // 0px;
	text-align: center;
	height: 23px;
}
#parts_fix th,
#parts_tbl-v td {
	width: 50px;
	text-align: center;
	padding: 0px;
	border: none;
	background: inherit;
}
#parts_data td {
	padding: 1px 5px 1px 3px;
	height: 23px;
}
#parts_data td:nth-child(1),
#parts_data td:nth-child(2),
#parts_data td:nth-child(4),
#parts_data td:nth-child(13) {
	text-align: center;
}
#parts_data td:nth-child(8),
#parts_data td:nth-child(9),
#parts_data td:nth-child(11) {
	text-align: right;
}
#parts_data td:nth-child(1),
#parts_data td:nth-child(2),
#parts_data td:nth-child(4),
#parts_data td:nth-child(11) {
	width: 50px;
}
#parts_data td:nth-child(3),
#parts_data td:nth-child(10) {
	width: 100px;
}
#parts_data td:nth-child(5) {
	width: 300px;
}
#parts_data td:nth-child(6) {
	width: 230px;
}
#parts_data td:nth-child(7) {
	width: 130px;
}
#parts_data td:nth-child(8) {
	width: 90px;
}
#parts_data td:nth-child(9),
#parts_data td:nth-child(13) {
	width: 80px;
}
#parts_data td:nth-child(12) {
	width: 200px;
}
.parts-edit,
.parts-edit table {
	width: 690px;
}
.parts-edit tr {
	height: 30px;
}
.parts-edit th {
	width: 130px;
	padding-left: 3px;
}
.parts-edit td {
	padding: 3px;
}
.parts-edit td:nth-child(4) {
	width: 180px;
}
.parts-edit input {
	padding: 0px 2px;
}
.parts-edit input[type=text],
.parts-edit textarea {
	width: 100%;
}
.parts-edit input[type=text].number {
	padding-right: 10px;
}
.parts-edit div.right {
	float: right;
	margin: 5px;
}
.parts-edit #revision {
	width: 80px;
	text-align: left;
}
.parts-edit #unit-price {
	width: calc(100% - 20px);
}

/*===================================================================
 * parts-result
 *===================================================================*/
.parts-result {
	width: 840px;
}
.parts-result .edit-area {
	width: 818px;
}
.parts-result .edit-area #category,
.parts-result .edit-area #amount {
	width: 50px;
	text-align: center;
}
.parts-result .edit-area #item-num,
.parts-result .edit-area #used-by {
	width: 100px;
}
.parts-result .edit-area #item,
.parts-result .edit-area #standard {
	width: 250px;
}
.parts-result .edit-area #memo {
	width: 160px;
}
.parts-result .edit-area #const-btn {
	width: 70px;
}

#parts-result {
	display: table;
	width: 840px;
	max-height: calc(100vh - 340px);
	//background:#eee;
	margin-top: 15px;
}
#res_header_h {
	float: left;
	width: 773px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left: -1px;
}
#res_header_v {
	float: left;
	width: 52px;
	max-height: calc(100vh - 340px);
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: -1px;
	background: #eee;
}
#res_data {
	float: left;
	width: 789px;
	max-height: calc(100vh - 340px + 17px);
	overflow-x: scroll;
	overflow-y: scroll;
	margin-top: -1px;
	margin-left: -2px;
	background: #fff;
}

#parts-result_fix {
	float: left;
}
#parts-result_tbl-h,
#parts-result_data {
    width: 1480px;
}
#parts-result_tbl-h th {
	padding: 0px;
	text-align: center;
}
#parts-result_fix th,
#parts-result_tbl-v td {
	width: 50px;
	text-align: center;
	padding: 0px;
}
#parts-result_data td {
	padding-left: 3px;
	padding-right: 5px;
}
#parts-result_data td:nth-child(1),
#parts-result_data td:nth-child(2),
#parts-result_data td:nth-child(4),
#parts-result_data td:nth-child(13) {
	text-align: center;
}
#parts-result_data td:nth-child(8),
#parts-result_data td:nth-child(9),
#parts-result_data td:nth-child(11) {
	text-align: right;
}
#parts-result_data td:nth-child(1),
#parts-result_data td:nth-child(2) {
	width: 40px;
}
#parts-result_data td:nth-child(3),
#parts-result_data td:nth-child(10) {
	width: 100px;
}
#parts-result_data td:nth-child(4),
#parts-result_data td:nth-child(11) {
	width: 50px;
}
#parts-result_data td:nth-child(5) {
	width: 300px;
}
#parts-result_data td:nth-child(6) {
	width: 230px;
}
#parts-result_data td:nth-child(7) {
	width: 130px;
}
#parts-result_data td:nth-child(8) {
	width: 90px;
}
#parts-result_data td:nth-child(9),
#parts-result_data td:nth-child(13) {
	width: 80px;
}
#parts-result_data td:nth-child(12) {
	width: 200px;
}

/*===================================================================
 * process
 *===================================================================*/
.process-list {
	width: 1000px;
}
/*.process-list .edit-area {
	margin-bottom: 15px;
	//text-align: center;
}*/
.process-list .search-area input[type=text],
.process-list .edit-area input[type=text],
.process-list .edit-area input[type=number] {
	height: 25px;
}
/*.process-list .edit-area #process-name,
.process-list .edit-area button {
	width: 100px;
}
.process-list .edit-area #memo {
	width: 250px;
}*/

#process-list #header,
#process-list #data {
	width: 1000px;
	margin-top: -1px;
}
#process-list .table-data {
	width: 1017px;
	max-height: calc(100vh - 250px);
	overflow-x: hidden;
	overflow-y: auto;
}
#process-list th {
	text-align: center;
	padding: 0px;
	height: 25px;
}
#process-list th:nth-child(4),
#process-list td:nth-child(4) {
	width: 120px;
	padding-left: 5px;
}
#process-list th:nth-child(1),
#process-list th:nth-child(2),
#process-list th:nth-child(3),
#process-list td:nth-child(1),
#process-list td:nth-child(2),
#process-list td:nth-child(3) {
	width: 50px;
	text-align: center;
	padding: 5px 0px;
}
#process-list th:nth-child(5),
#process-list td:nth-child(5) {
	width: 350px;
	padding-left: 5px;
}
#process-list th:nth-child(6),
#process-list td:nth-child(6) {
	width: 380px;
	padding-left: 5px;
}

.process-edit {
	width: 500px;
}
.process-edit table {
	width: 500px;
}
.process-edit th {
	width: 130px;
}
.process-edit th.del {
	width: 80px;
}

/*===================================================================
 * process-parts
 *===================================================================*/
.title span#parts {
	width: 100%;
}
.process-parts-list {
	width: 1000px;
}
.process-parts-list #back-btn {
	float: right;
	margin-top: -40px;
}
.process-parts-list th {
	text-align: center;
	padding: 1px 0px;
}
.process-parts-list td {
	padding: 1px 5px;
}

.process-parts-list .sum {
	float: right;
	margin-top: 10px;
}
.process-parts-list .edit-area {
	padding: 8px 10px;
	//margin-top: 60px;
}
.process-parts-list .edit-area #order,
.process-parts-list .edit-area #readtime {
	width: 50px;
	text-align: center;
}
.process-parts-list .edit-area #details {
	width: 200px;
}
.process-parts-list .edit-area #cost {
	width: 100px;
}
.process-parts-list .edit-area #corp {
	width: 280px;
}
.process-parts-list .edit-area #memo {
	width: 350px;
}

#process-parts-list {
	margin-top: 40px; //15px;
}
#process-parts-list .base {
	width: 1000px;
}
#process-parts-list .data {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 310px);
	width: 1017px;
}
#process-parts-list #process-parts-list_header,
#process-parts-list #process-parts-list_data {
	width: 1000px;
	margin-top: -1px;
}
/*
#process-parts-list_header th:nth-child(1),
#process-parts-list_header th:nth-child(2),
#process-parts-list_header th:nth-child(6),
#process-parts-list_data td:nth-child(1),
#process-parts-list_data td:nth-child(2),
#process-parts-list_data td:nth-child(6) {
	width: 50px;
}
#process-parts-list_header th:nth-child(3),
#process-parts-list_data td:nth-child(3) {
	width: 170px;
	padding-left: 5px;
}
#process-parts-list_header th:nth-child(4),
#process-parts-list_data td:nth-child(4) {
	width: 100px;
}
#process-parts-list_header th:nth-child(5),
#process-parts-list_data td:nth-child(5) {
	width: 180px;
	padding-left: 5px;
}
#process-parts-list_header th:nth-child(7),
#process-parts-list_data td:nth-child(7) {
	width: 200px;
	padding-left: 5px;
}
#process-parts-list_header th:nth-child(1),
#process-parts-list_data td:nth-child(1) {
	padding: 1px 0px;
}
#process-parts-list_header th:nth-child(2),
#process-parts-list_data td:nth-child(2) {
	text-align: center;
}
#process-parts-list_header th:nth-child(4),
#process-parts-list_header th:nth-child(6),
#process-parts-list_data td:nth-child(4),
#process-parts-list_data td:nth-child(6) {
	text-align: right;
	padding-right: 5px;
}*/
#process-parts-list_data td:nth-child(1),
#process-parts-list_data td:nth-child(2) {
	text-align: center;
	padding: 0px;
}
#process-parts-list_data td:nth-child(4),
#process-parts-list_data td:nth-child(6) {
	text-align: right;
}

/*===================================================================
 * process-parts-result
 *===================================================================*/
#process-result_tbl-h,
#process-result_data {
    width: 1087px;
}

#process-result_tbl-h th {
	padding: 0px;
	text-align: center;
}
#process-result {
	display: table;
	width: 800px;
	max-height: calc(100vh - 280px);
	background-color:#eee;
	margin-top: 15px;
}
#process-result #res_header_h {
	float: left;
	width: 733px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left: -2px;
}
#process-result #res_header_v {
	float: left;
	width: 51px;
	max-height: calc(100vh - 280px);
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: -1px;
}
#process-result #res_data {
	float: left;
	width: 750px;
	max-height: calc(100vh - 280px + 17px);
	overflow-x: scroll;
	overflow-y: scroll;
	margin-top: -1px;
	margin-left: -2px;
	background: #fff;
}
#process-result #res_data td {
	padding: 1px 5px 3px 
}

#process-result_fix {
	float: left;
}
#process-result_fix th,
#process-result_tbl-h th,
#process-result_tbl-v td {
	width: 50px;
	text-align: center;
	padding: 1px 0px;
}

#process-result_data td:nth-child(1),
#process-result_data td:nth-child(2) {
	width: 50px;
	text-align: center;
}
#process-result_data td:nth-child(3) {
	width: 120px;
}
#process-result_data td:nth-child(4) {
	width: 50px;
	text-align: center;
}
#process-result_data td:nth-child(5) {
	width: 300px;
}
#process-result_data td:nth-child(6) {
	width: 230px;
}
#process-result_data td:nth-child(7) {
	width: 90px;
	text-align: right;
}
#process-result_data td:nth-child(8) {
	width: 200px;
}



/*===================================================================
 * in-out
 *===================================================================*/
.in-out {
	width: 700px;
}
.in-out table {
	width: 700px;
}
.in-out th {
	width: 120px;
	height: 30px;
}

@media only screen and (max-width:700px){
	.in-out {
		width: calc(100% - 20px);
	}
	.in-out table {
		width: 100%;
		margin: 10px 5px;
	}
	.in-out table th,
	.in-out table td {
		width: 100%;
		height: 30px;
		display: block;	/* ブロックレベル要素化する */ 
		border-top: 1px solid #666;	/* セルの境界線を実線で指定する */
		padding: 0px;
	}
	.in-out table th {
		text-align: center;
	}
}


/*===================================================================
 * modal
 *===================================================================*/
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	z-index: 100;
}
#popup {
	position: fixed;
	padding: 20px;
	text-align: center;
	width: 720px;
	height: 670px;
	top: calc((100% - 700px) / 2);
	left: calc((100% - 720px) / 2);
	background: #fff;
	z-index: 101;
}
.close-btn {
	position: absolute;
	top: 12px;
	right: 12px;
}
img.close-btn {
	width: 20px;
	cursor: pointer;
}
#popup .btn-area {
	margin: 0 0 10px;
	text-align: left;
}


/*===================================================================
 * common-layout
 *===================================================================*/
.hidden {
	display: none;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.gray {
	background: #eee;
}
.dark-gray {
	background: #ccc;
}
.light-gray {
	background: #ddd;
}
.pink {
	background: #fcc;
}
.sky {
	background: #cff;
}
.cream {
	background: #ffc;
}
.caution {
	background: yellow;
	font-weight: bold;
}
.warning {
	background: red;
	color: #eee;
	font-weight: bold;
}