/* Hide Author name and publish date */
.entry-header .entry-meta {
	display: none;
}
.page-content .full-width {
	width: 100%;
	margin: 0px 0;
}
.page-content input.full-width, .page-content select.full-width {
	height: 40px;
}
.page-content .center {
	margin: 5px auto;
	text-align: center;
	display: block;
}
.page-content label {
	font-size: 1.1em;
	font-weight: bold;
}
.page-content img.center {
	max-width: 100% !important;
}

.bootstrap-things button {
	outline: none;
}

.bootstrap-things .left {
	float: left;
}
.bootstrap-things .right {
	width: 100%;
	float: right;
}
.bootstrap-things .aligncenter {
	/*overflow: hidden;*/
	text-align: center;
}
.bootstrap-things h4 {
	margin-bottom: 0px;
	font-size: 1.2em;
	text-align: left;
}





.input-group-new {
	position: relative;
	display: table;
	width: 100%;
	height: 40px;
	margin: 5px 0 10px !important;
}

.input-group-new input {
	height: 40px !important;
	width: 100% !important;
	padding-right: 60px !important;
	background-color: #FFF !important;
}

.input-group-new .input-group-addon {
	position: absolute;
	top: 0px;
	right: 0px;

	height: 40px;
	width: 60px;
	padding-top: 5px;

	text-align: center;
	vertical-align: middle;
	border-radius: 0 3px 3px 0;
	border: 1px solid #d5d5d5;

	background-color: #eee;
	background-image: linear-gradient(#fcfcfc,#eee);

	cursor: pointer;
}





@media all and (max-width: 800px) {
	.bootstrap-things .aligncenter {
		padding-right: 0 !important;
	}
	.bootstrap-things .aligncenter .left {
		width: 100% !important;
	}
	.bootstrap-things .aligncenter .right {
		width: 100% !important;
		margin-right: 0 !important;
	}
}





.max-width-100px {
	max-width: 100px !important;
}

/* My Button Style */
.mstoic-button {
	background: #0D99FC !important;
	padding: 15px !important;
	font-size: 1.4em !important;
	font-weight: bold !important;
	margin: 10px 0 0 0 !important;
	text-transform: none !important;
}
.mstoic-button:focus,
.mstoic-button:active {
	outline: none !important;
}
/* My Button Style Ends */

.alert.alert-danger {
	padding: 5px 5px 5px 10px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left: 5px solid #ef4848;
}

.position-relative {
	position: relative;
	font-size: 0.9em;
}


/* Table */

table {
	margin: 10px 0;
	width: 100%;
	font-family: Roboto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-size: 1.1em;
}
table thead th, table thead tr {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #eee;
}
table td, table th {
	padding: 10px !important;
}

table td:nth-of-type(2) {
	text-align: right;
	font-size: 1em;
}

table tfoot td:nth-of-type(2) {
	font-weight: bold;
}


.input-item {
	clear: both;
	display: table;
	width: 100%;
}
.input-item > div {
	width: 50%;
	float: left;
}
.page .input-item .option-input select,
.page .input-item .option-input input {
	width: 100%;
	height: 40px;
	max-width: 250px;
	padding: 5px;
	box-shadow: none !important;
	border-radius: 0px !important;
	outline: none !important;
}


div.result {
	margin: 20px 0;
	padding: 0px;
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.1);
}

/* The result box */

.result p {
	text-align: center;
	margin-bottom: 0;
	font-size: 2em;
}
.result p.heading {
	border-bottom: 1px solid #eee;
}

@media all and (min-width: 1200px) {
	.input-item {
		width: 70%;
	}

	div.result {
		position: absolute;
		right: 5px;
		top: 5px;
		width: 300px;
		margin: 0;
	}

	table {
		padding: 20px;
		width: 100%;
		margin: 0;
	}
}