/*
* Widget basic styling
*/

.wrapper{
		width: 148px;
		height: 148px;
		font-family: 'Menlo','dejavu sans mono','Consolas','Lucida Console',monospace;
		position: relative;
		display: inline-block;
}

#meter{
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);  
}

.perf_percentage {
	position: absolute;
	width: inherit;
	top: 70px;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4em;
}

/*
* Mobile display 
*/

@media only screen and (max-width: 600px) {
	.itps-settings-page .inner-sidebar {
		width: 100%;
	}

	.itps-settings-page #post-body-content {
		margin-right: auto;
	}
}