.card-header,.card{
	background-color: transparent;
	border-bottom:none;
}


.card {
font-size: 0.875rem;
}

.card p {
	margin-bottom: 0;
}

.table th, .table td {
	font-size: 1.000rem;
}

.cp_list {
	font-size: 1.125rem;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.exp{
	text-decoration: none;
	color: #0092d7;
	background-color: #fff;
		border-radius:30px;
		border: 1px solid #0092d7;
	padding:  .2rem .5rem;
	font-size: 0.813rem;
	display:inline-block;
	float: right;
	width: 4rem;
	text-align: center;
}

.exp:hover{
	text-decoration: none;
	background-color: #fff;
}

.exp:after{
	content: "-";
	font-weight: bold;
}

.exp.collapsed:after{
	content: "＋";
	font-weight: bold;
}


