* {
	box-sizing: border-box;
}

@font-face {
  font-family: Roboto-light;
  src: url(../../font/roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto-Bold;
  src: url(../../font/roboto/Roboto-Bold.ttf);
}

.collapsible {
	color: #393939;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 13px;
	padding-top: 13px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 22px;
	font-weight: bold;
}

.content {
  /*display: none;*/
  overflow: hidden;
}

.theTable {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 5px;
	background-color: #fff;	
	font-family: Roboto-light;
}

.tblRow {
	display: table-row;
	width: 100%;	
	margin-bottom: 15px;
}

.tblH {
	display: table-cell;
	background: #333;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	white-space: nowrap;
}

.tblCell {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.test {
	border: 1px solid #ccc;
}

.date {
	width:20%;
	text-align: center;
}

.seq {
	width:3%;
	text-align: center;
}

.name {
	width:20%;	
	padding-left: 5px;
}

.desc {
	width:55%;
	padding-left: 5px;
}

.amt {
	width:15%;
	text-align: right;
	padding-right: 5px;
}

.type {
	width:10%;
	text-align: center;
}

.sum {
	margin-top: 0px;
	margin-bottom: 10px;	
	float: right;
	width: 20%;
}

.sumCon {
	min-height: 50px;
}

@media screen and (max-width: 428px) {
	.pay_desc {
		width: 28% !important;
	}
	.pay_amt {
		width: 27% !important;
	}
}