html {display:table; width:100%; height:100%;}
body {display:table-cell; vertical-align:middle;}
.MainElement {margin:0 auto; position: relative;}

.PhoneType.ReadyState .HeaderPanel,
.PhoneType.DialingState .CallDialingLabel {color:[$contentTextColor];}
.PhoneType.InicializingState .LoadingIcon {
	background: [$contentTextColor];
	background: -moz-linear-gradient(left, [$contentTextColor] 10%, rgba([$contentTextColor|color:true:0]) 42%);
	background: -webkit-linear-gradient(left, [$contentTextColor] 10%, rgba([$contentTextColor|color:true:0]) 42%);
	background: -o-linear-gradient(left, [$contentTextColor] 10%, rgba([$contentTextColor|color:true:0]) 42%);
	background: -ms-linear-gradient(left, [$contentTextColor] 10%, rgba([$contentTextColor|color:true:0]) 42%);
	background: linear-gradient(to right, [$contentTextColor] 10%, rgba([$contentTextColor|color:true:0]) 42%);
}
.PhoneType.InicializingState .LoadingIcon:before {background:[$contentTextColor];}
.PhoneType.InicializingState .LoadingIcon:after {background:[$contentColor];}
.PhoneType.MainElementPopOut {background-color:[$contentColor];}