
.led_pit {border:1px solid white; border-radius:12px; float:left; padding:0 3px 0 10px; text-align:center; box-shadow:inset 0 2px 12px #ccc; margin:-32px 0 0 0}



.led_pit {border:1px solid white; border-radius:12px; float:left; padding:0 3px 0 10px; text-align:center; box-shadow:inset 0 2px 12px #ccc; margin:-32px 0 0 0; background:url(https://adamtal.com/vip/up/img/noisy-texture-100x100-o5-d15-c-f5f5f5-t1.png) transparent; }

.cs_meter {border:1px solid white; border-radius:12px; float:left; box-shadow:inset 0 2px 12px #ccc;  background:url(https://adamtal.com/vip/up/img/noisy-texture-100x100-o5-d15-c-f5f5f5-t1.png) transparent; width:100%; height:18px; margin:0 0 10px 0;}

.cs_meter_area {font-size:11px;}
.cs_meter .cs_text {position:absolute; text-align:left; width:80%; color:black; display:none}
.cs_meter .cs_score {position:absolute; text-align:left; width:84%; color:#666; font-weight:bold; text-shadow:0px 1px 1px white;}
.cs_meter .bar01 {float:left; background:green; width:74%; display:block; opacity:0.3; height:7px; margin:5px 0 0 26px; border-radius:12px;}
.cs_meter .bar02 {float:right; background:red; width:13%; display:block; opacity:0.3; height:7px; margin:5px 6px 0 0px; border-radius:12px;}

.cs_meter:hover .bar02, .cs_meter:hover .bar01  {opacity:0.6}

.cs_meter .bar01 {-webkit-transform:translateZ(0); -webkit-animation: bar01w 1s ease-in-out 5s infinite alternate;}
.cs_meter .bar02 {-webkit-transform:translateZ(0); -webkit-animation: bar02w 1s ease-in-out 5s infinite alternate;}

@-webkit-keyframes bar01w
{
0% {width: 74%;}
100% {width: 73%;}
}

@-webkit-keyframes bar02w
{
0% {width: 13%;}
100% {width: 14%;}
}



.fa-smile-o {color:green;}
.fa-meh-o {color:red;}

.cs_meter_area:hover .cs_vote {font-size:16px;}
.cs_meter_area:hover .cs_vote i {font-size:26px;}


/* Correct Hebrew for Bootstrap Switch*/
	.make-switch  {direction:ltr !important; text-align:left; }
	.make-switch .btn {direction:ltr !important; text-align:left; }
	.make-switch .switch-left {border-top-left-radius:0px !important}
	.make-switch .switch-left {border-bottom-left-radius:0px !important}

	.post-it {
		background:#fefabc; 
		text-align:right; direction:rtl;
		padding:5px; 

		font-size:15px; 
		color: #000; 
		width:100%; 

		background-color: #fff; color: #336699;
		background-image: 
		linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 1px, transparent 1px),
		linear-gradient(#eee .1em, transparent .1em);
		background-size: 1200% 1.2em;
		font-size:12px; line-height:22px;


		-moz-transform: rotate(2deg);
		-webkit-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		transform: rotate(2deg);

		box-shadow: 0px 4px 6px #333;
		-moz-box-shadow: 0px 4px 6px #333;
		-webkit-box-shadow: 0px 4px 6px #333;

		-webkit-backface-visibility: hidden; /* Fixes jagged edge in Chrome.... ---Adam */

		}



	.post-it ul {list-style:inside;margin:0px; padding:0 10px}
	
	.sidebar {direction:rtl; text-align:right;}
