/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

table th {
	/* color:white; */
	text-align: center;
	/* background-color: gray; */
}

.tiles .tile.double {
    width: 245px !important;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.page-500 .number {
    color: red; 
    /* //#ec8c8c; */
    display: inline-block;
    font-size: 128px;
    font-weight: 300;
    letter-spacing: -10px;
    line-height: 128px;
    text-align: right;
}

/* .wrapText {
	word-wrap: break-word;min-width: 160px;max-width: 160px;
} */