#clSwitchContainer {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	border: 2px solid darkred;
	width: 600px;
	height: 200px;
	margin-left: -300px;
	margin-top: -100px;
	background-color: white;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
}
#skin_footer {
	color: #f6f7f2;
	font-size: 10px;
	text-align: right;
	background-color: #707070;
	margin: 10px 0px 0px 0px;
	background: linear-gradient(to top, #545454, #8c8c8c);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	clear: both;
	position: fixed;
	width: 1300px;
	bottom: 0px;
	margin-left: 50px;
	height: 30px;
	z-index: 50;
}
#videoCallInfo {
	display: none;
    background-color: #c8ffd0;
    width: 400px;
    height: 165px;
    position: absolute;
    left: 880px;
    border: 1px solid darkgreen;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 1px 1px 40px black;
    bottom: 20px;
}
#changeDesign {
    color: black !important;
    text-align: center;
    padding: 0px !important;
    font-size: 16px;
    margin-top: 20px;
}
#changeDesign span {
    background: linear-gradient(to top, #5f5f5f, #9c9c9c);
    color: white;
    padding: 4px 20px;
    border-radius: 16px;
    cursor: pointer;
}
#clearCache {
    color: black !important;
    text-align: center;
    padding: 0px !important;
    font-size: 16px;
    margin-top: 20px;
}
#clearCache span {
    background: linear-gradient(to top, #5f5f5f, #9c9c9c);
    color: white;
    padding: 4px 20px;
    border-radius: 16px;
    cursor: pointer;
}
#timeCalc {
    position: fixed;
    background-color: aliceblue;
    width: 380px;
    text-align: center;
    top: 0px;
    left: 50%;
    margin-left: -170px;
    border-radius: 0px 0px 10px 10px;
    font-size: 12px;
    border-bottom: 1px solid yellowgreen;
    border-left: 1px solid yellowgreen;
    border-right: 1px solid yellowgreen;
}

