#scrollWrapper {
	width: 43%;
	height: 100%;
	position: relative;
	overflow-x: scroll;
	background-color: transparent;
	float: left;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	-webkit-overflow-scrolling: touch;
}

#scrollWrapper table {
	border-collapse: collapse;
}

#scrollWrapper td {
	padding: 0px;
}

#financeConsensus table {
	border-spacing: 1px;
	font-size: .8em;
	width: 100%;
	background-color: #eee;
}

#financeConsensus td {
	padding: 1px;
}

#financeConsensus thead {
	background-color: #ddd;
	font-weight: bold;
}
#financeConsensus thead>tr>th {
	height: 28px;
}
#financeConsensus tbody {
	background-color: #ffffff;
	text-align: right;
}

#financeConsensus tr>td:first-child {
	text-align: left;
	padding-left: 4px;
}

#financeConsensus tbody>tr:first-child {
	background-color: antiquewhite;
	font-weight: bold;
}
#financeConsensus tbody>tr:nth-child(even) {
	background-color: #fafafa;
}

#financeConsensus tbody>tr>td:first-child {
	height: 28px;
	line-height: 1.6;
}

.hide-min-width {
	display: none;
}
.ui-select-limit {
	max-width: 42px;
}
@media all and (min-width:375px) {
	#financeConsensus table {

	}
	.hide-min-width {
		display: table-cell;
	}
	.ui-select-limit {
		max-width: 100px;
	}
	.data-header div {
	    font-size: .8em;
	}
}

.data-row-item {
	border: 1px solid #ddd;
	font-size: .8em;
}

.search-form-box {
    text-align: center;
    border-top: 0px;
    border-bottom: 0px solid #ccc;
    padding: 0em .5em;
}

.data-row-item-header {
	text-align: center;
	font-weight: bold;
	padding: 8px 2px 0 8px;
	background-image: -webkit-linear-gradient(#f0f0f0, #ddd);
	background-image: -moz-linear-gradient(#f0f0f0, #ddd);
	background-image: -ms-linear-gradient(#f0f0f0, #ddd);
	background-image: -o-linear-gradient(#f0f0f0, #ddd);
	background-image: linear-gradient(#f0f0f0, #ddd);
	min-height: 24px;
}

.data-row-item-value {
	text-align: right;
	padding: 8px 2px 0 8px;
	background-color: #f0f0f0;
	min-height: 24px;
}

.c-data-row {
	border: 1px solid #ddd;
	/* 	display: none; */
}

.c-data-row-item-header {
	padding-right: 10px;
	min-height: 24px;
	text-align: center;
	font-weight: bold;
	padding: 8px 2px 0 1px;
	background-color: antiquewhite;
}

.c-data-row-item-value {
	padding-right: 10px;
	min-height: 24px;
	text-align: right;
	padding: 8px 2px 0 8px;
	background-color: oldlace;
}

.data-header {
	float: left;
	width: 30%;
	height: 100%;
	border: 1px solid #ddd;
	border-right-color: #ccc;
}

.data-header div {
	min-height: 24px;
	padding: 8px 0px 0 0px;
	color: #3e3e3e;
	font-weight: bold;
	font-size: .7em;
}

.data-header div:first-child {
	background-image: -webkit-linear-gradient(#f0f0f0, #ddd);
	background-image: -moz-linear-gradient(#f0f0f0, #ddd);
	background-image: -ms-linear-gradient(#f0f0f0, #ddd);
	background-image: -o-linear-gradient(#f0f0f0, #ddd);
	background-image: linear-gradient(#f0f0f0, #ddd);
}

.bgcolor-white {
	background: #ffffff;
}

.bgcolor-highlight {
	background: #fdfff7;
}

.bgcolor-gray {
	background: #f0f0f0;
}

.content-emphasis {
	font-weight: bold;
	color: #0860a8;
}

.consensus div {
	font-size: 12px;
}

.consensus li {
	padding-left: 5px;
	padding-right: 5px;
}

.consensus div.ui-bar {
	padding-left: 0px;
	padding-right: 0px;
}

.c-data-row-quater {
	float: right;
	display: block;
	width: calc(100% - 75%);
	border: 1px solid #ddd;
	border-left-color: #ccc;
	font-size: .75em;
	background-color: transparent;
}

.c-data-row-gwdate {
	float: right;
	display: block;
	width: calc(100% - 75%);
	border: 1px solid #ddd;
	border-left-color: #ccc;
	font-size: .75em;
	background-color: transparent;
}

.finance-memo-data {
	font-size: 0.8em;
	border-top: 0px solid #ccc;
}

.finance-memo-data::before, .finance-memo-data::after {
	content: ' ';
}

.ui-header .ui-title, .ui-footer .ui-title {
	margin: 0 10%;
}
.controlgroup-textinput{
    padding-top:.12em;
    padding-bottom:.12em;
    width: 128px;
}
