	.block {
		text-align: center;
		vertical-align: middle;
	}

	.circle {

		background: white;
		border-radius: 200px;
		color: white;
		height: 240px;
		font-weight: bold;
		width: 240px;
		display: table;
		margin: 20px auto;
	}


	.circlecontent {
		padding-top: 50px;
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.notificationbadge{
		line-height: 50px;
		height: 50px;
		width: 50px;
		padding: 0px;
		text-align: center;
		font-size: 1.7em;
		position: absolute;
		top: 50px;
		right: 140px;
		border: none;


	}
	#chart {
		display: table;
		margin: 30px auto;
	}

	.circle p {
		font-size: 2em;
		vertical-align: middle;
		display: table-cell;
	}

	.circle content {

		vertical-align: middle;
		display: table-cell;
	}


	mainpage ul {
		list-style-type: none;
		padding: 20px;
		margin: 0;
		text-align: left;
	}

	mainpage li {
		background-repeat: no-repeat;
		background-position: 100% .4em;
		padding-right: .6em;
	}


	kwadrat {
		width: 10px;
		height: 10px;
		background-color: red;
	}



	#news_promotion_img{

		display:block;
		margin:auto;
	}
	/*
	FIXING ERROR WITH DISPLAYING INCORRECT EMOTICONS
	*/
	.fr-emoticon, .fr-emoticon-img{
		background-repeat: no-repeat !important;
		font-size: inherit;
		height: 1em;
		width: 1em;
		min-height: 20px;
		min-width: 20px;
		display: inline-block;
		margin: -.1em .1em .1em;
		line-height: 1;
		vertical-align: middle;
	}