.text-green {
	color: #195f15;
}

.text-red {
	color: #da0303;
}

.button-green {
	background: #195f15;
	color: #fff;
	border: none;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 3px;
}

.button-red {
	background: #da0303;
	color: #fff;
	border: none;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 3px;
}

.card-text{
    max-height: 196px;
    overflow: hidden;
}

.card {
	height: 100%;
}

.fb-widget-contain-div{
    height: 170px;
    overflow: hidden;
    position: relative;
}
.fb_iframe_widget {
    position: absolute !important;
    bottom: -134px;
}

#downloadCsv_button {
	margin-bottom: 10px;
}