#basquet{
	width: 100%;
}

.canasta-img{
	margin: 2px;
}

.canastaPlugin{
	/*color: #465b57 !important;*/
}

.canastaPlugin .ui-state-default{
	border: none !important;
    background: transparent !important;
    font-weight: normal !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    color: #465b57 !important;
}

.canastaPlugin .ui-state-active{
    background: #f6f6f6 !important;
    border-radius: 0 !important;
    color: #465b57 !important;
}

.canastaPlugin h2{
	font-size: 14pt;
}

.canastaPlugin table{
	font-size: 8pt;
}

#calInfo{
	text-align: center;
	font-size: 8pt;
}

#calInfo span{
	font-size: 12pt;
}

#deleteSection, #totalSelected{
	text-align: center;
}

#deleteSection button{
	background: #008e72 !important;
	color: white !important;
	border-color: #008e72 !important;
}

.info{
	width: 40%;
	margin:auto;
}
.info .totalElements{
	padding: 0;
	text-align: center;
	font-size: 50pt;
}