﻿.bd-callout {
 padding: 1.25rem;
 margin-bottom: 1.25rem;
 border: 1px solid #eee;
 border-left-width: .25rem;
 border-radius: .25rem;
}
.bd-callout h4 {
	margin-top: 0;
	margin-bottom: .25rem;
}
.bd-callout p:last-child {
	margin-bottom: 0;
}
.bd-callout code {
	border-radius: .25rem;
}
.bd-callout + .bd-callout {
	margin-top: -.25rem;
}
.bd-callout-info {
	border-left-color: #5bc0de;
}
.bd-callout-info h4 {
	color: #5bc0de;
}
.bd-callout-warning {
	border-left-color: #ffc107;
}
.bd-callout-warning h4 {
	color: #ffc107;
}
.bd-callout-danger {
	border-left-color: #d9534f;
}
.bd-callout-danger h4 {
	color: #d9534f;
}


.feny{display: flex;}
.feny div{width: 50%; }
.feny div:nth-of-type(1){text-align: left;padding-right: 2%;}
.feny div:nth-of-type(2){text-align: right;padding-left: 2%;}
.feny div a ,.feny div a{overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 1;color: #999;}
.feny div a:hover,.feny div a:hover{color: #91d9fa;}