/* Style for Traffic Calculator */

.calculatorForm table {
	width: 100%;
	text-align: center;
	background-color: #fff;
	margin-top: 86px;
}

.calculatorForm table tr {
	width: 100%;
	height: 46.9px;
}

.calculatorForm table tr td,.calculatorForm table tr th {
	border: 1px solid #e0e0e0;
	vertical-align: middle;
	text-align: right;
	padding-right:15px;
	color: #6d6d6d;
	font-size: 12px;
}

.calculatorForm table.lagerTable tr td,.calculatorForm table.lagerTable tr th {
	text-align: center;
	padding:0px;
}

.calculatorForm table tr th {
	background-color: #0078a9;
	font-size: 12px;
	color: #fff;
	text-align: right;
	height: 38px;
	border: 1px solid #e0e0e0;
	vertical-align: middle;
	padding: 6px 15px 0px 15px;
}

.calculatorForm table tr td:first-child {
	background-color: #0078a9;
	color: #fff;
	width: 15%;
}

.calculatorForm table .odd {
	background-color: #f2f8fb;
}

.tx-uptime-toolsdiv.error {
	font-size: 16px;
	color: #CB0933;
	padding: 0px 10px 4px 17px;
	font-family: 'tradegothiclight';
}

.tx-uptime-tools .traficCalculatorElement {
	margin:50px 0px 50px 5px;
}


.tx-uptime-tools .traficCalculatorElement .FormDesc {
	font-size: 13px;
	color: #363636;
	padding: 2px 10px 34px 18px;
	word-spacing: -1px;
	line-height: 16px;
}

.tx-uptime-tools .traficCalculatorElement .calculatorForm {
	width: 100%;
	display: inline-block;
	margin-bottom: -6px;
}
.tx-uptime-tools .traficCalculatorElement .calculatorForm .inputLable {
	font-weight: bold;
	font-size: 17px;
	color: #6d6d6d;
	margin-bottom: 9px;
	display: inline-block;
}
.tx-uptime-tools .traficCalculatorElement .calculatorForm #calcForm > input {
	display: block;
	font-size: 13px;
	border: none;
	background-color: #0078a9;
	border-radius: initial;
	text-shadow: none;
	color: #fff;
	padding: 0px 31px 1px 9px;
	background-image: url('../Images/ElementLbg.jpg');
	background-position: 90% 51%;
	background-repeat: no-repeat;
	background-size: inherit;
	margin: 29px 10px 20px 0px;
	float: left;
}

.tx-uptime-tools .traficCalculatorElement .calculatorForm #calcForm > input:hover {
	background-color: #cb0933;
	background-image: url('../Images/ElementLbgR.jpg');
}

.tx-uptime-tools .traficCalculatorElement .calculatorForm  .numberCal{
	width: 145px;
	float: left;
	margin-left: 18px;
}

.tx-uptime-tools .traficCalculatorElement .calculatorForm  .numberCal input {
	background-image: url(../Images/inputBg.png);
	width: 112px;
	height: 23px;
	border: none;
	margin-right: 6px;
	margin-bottom: 0px;
	font-size: 12px;
	padding-left: 12px;
}

.tx-uptime-tools .traficCalculatorElement .calculatorForm  .bitsCal{
	width: 101px;
	float: left;
}

.tx-uptime-tools .traficCalculatorElement .calculatorForm .timeCal {
	width: 110px;
	float: left;
}

.tx-uptime-tools .traficCalculatorElement .calculatorForm .showInCal {
	width: 125px;
	float: left;
}

.selectBox ul li label {
	width:104px;
}

/* Bits Menu Styling */
.tx-uptime-tools .traficCalculatorElement #bitSelect .selectBox ul {
	position: absolute;
	left: -9999px;
	width: 93px;
	background-color:white;
	list-style: none;
	padding: 0px;
	border: 1px solid #88A3A3;
	border-top: none;
	/* border Radious */
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect input[type="radio"] {
	display:none;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect .selectBox ul li label {
	display: block;
	margin-left: 6px;
	color: #6d6d6d;
	font-weight: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect .selectBox {
	position:relative;
	width: 95px;
	height: 23px;
	background:url(../Images/inputBg.png) no-repeat;
	background-size: 100% 100%;
	color: #6d6d6d;
	font-size: 12px;
	font-style: italic;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect label {
	cursor:pointer;
	font-size: 12px;
	font-style: italic;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #arrowLabel {
	width: 94px;
	display: block;
	height: 23px;
	position: absolute;
	z-index: 10;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect .defaultText {
	position: absolute;
	left: 6px;
	top: 1px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect .placeHolder {
	background:url(../Images/Dropdown.png) 0 0;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 6px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectArrow:checked ~ .selectBox .placeHolder {
	background:url(../Images/Dropdown.png) 12px 0 !important;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectArrow:checked ~ .selectBox {
	background:url(../Images/inputBgSelected.png) no-repeat;
	background-size: 100% 100%;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectArrow:checked ~ .selectBox ul {
	left: 0;
	top: 20px;
	margin: 0;
	z-index: 1;
}

/* Option 1 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue1:checked ~ .selectBox ul .bitSelectValue1 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue1:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue1:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 2 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue2:checked ~ .selectBox ul .bitSelectValue2 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue2:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue2:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 3 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue3:checked ~ .selectBox ul .bitSelectValue3 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue3:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue3:checked ~ .selectBox .defaultText{
	display:none;
	font-style: normal;
}

/* Option 4 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue4:checked ~ .selectBox ul .bitSelectValue4 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue4:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue4:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 5 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue5:checked ~ .selectBox ul .bitSelectValue5 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue5:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue5:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 6 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue6:checked ~ .selectBox ul .bitSelectValue6 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue6:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue6:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 7 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue7:checked ~ .selectBox ul .bitSelectValue7 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue7:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue7:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 8 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue8:checked ~ .selectBox ul .bitSelectValue8 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue8:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue8:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 9 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue9:checked ~ .selectBox ul .bitSelectValue9 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue9:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue9:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 10 */
.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue10:checked ~ .selectBox ul .bitSelectValue10 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue10:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #bitSelect #bitSelectValue10:checked ~ .selectBox .defaultText{
	display:none;
}

/* Styling for Dropdown of Time Select */

/* Bits Menu Styling */
.tx-uptime-tools .traficCalculatorElement #timeSelect .selectBox ul {
	position: absolute;
	left: -9999px;
	width: 92px;
	background-color:white;
	list-style: none;
	padding: 0px;
	border: 1px solid #88A3A3;
	border-top: none;
	/* border Radious */
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect input[type="radio"] {
	display:none;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect .selectBox ul li label {
	display: block;
	margin-left: 6px;
	color: #6d6d6d;
	font-weight: normal;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect .selectBox {
	position:relative;
	width: 94px;
	height: 23px;
	background:url(../Images/inputBg.png) no-repeat;
	background-size: 100% 100%;
	color: #6d6d6d;
	font-size: 12px;
	font-style: italic;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect label {
	cursor:pointer;
	font-size: 12px;
	font-style: italic;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #arrowLabel {
	width: 94px;
	display: block;
	height: 23px;
	position: absolute;
	z-index: 10;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect .defaultText {
	position: absolute;
	left: 6px;
	top: 1px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect .placeHolder {
	background:url(../Images/Dropdown.png) 0 0;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 6px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectArrow:checked ~ .selectBox .placeHolder {
	background:url(../Images/Dropdown.png) 12px 0 !important;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectArrow:checked ~ .selectBox {
	background:url(../Images/inputBgSelected.png) no-repeat;
	background-size: 100% 100%;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectArrow:checked ~ .selectBox ul {
	left: 0;
	top: 20px;
	margin: 0;
	z-index: 1;
}

/* Option 1 */
.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue1:checked ~ .selectBox ul .timeSelectValue1 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue1:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue1:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 2 */
.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue2:checked ~ .selectBox ul .timeSelectValue2 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue2:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue2:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 3 */
.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue3:checked ~ .selectBox ul .timeSelectValue3 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue3:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue3:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 4 */
.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue4:checked ~ .selectBox ul .timeSelectValue4 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue4:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue4:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 5 */
.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue5:checked ~ .selectBox ul .timeSelectValue5 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue5:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue5:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 6 */
.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue6:checked ~ .selectBox ul .timeSelectValue6 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue6:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue6:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 7 */
.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue7:checked ~ .selectBox ul .timeSelectValue7 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue7:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #timeSelect #timeSelectValue7:checked ~ .selectBox .defaultText{
	display:none;
}

/* Styling for Show in time Select dropdown menu */
/* Bits Menu Styling */
.tx-uptime-tools .traficCalculatorElement #showInSelect .selectBox ul {
	position: absolute;
	left: -9999px;
	width: 92px;
	background-color:white;
	list-style: none;
	padding: 0px;
	border: 1px solid #88A3A3;
	border-top: none;
	/* border Radious */
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect input[type="radio"] {
	display:none;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect .selectBox ul li label {
	display: block;
	margin-left: 6px;
	color: #6d6d6d;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect .selectBox {
	position:relative;
	width: 94px;
	height: 23px;
	background:url(../Images/inputBg.png) no-repeat;
	background-size: 100% 100%;
	color: #6d6d6d;
	font-size: 12px;
	font-style: italic;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect label {
	cursor:pointer;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #arrowLabel {
	width: 94px;
	display: block;
	height: 23px;
	position: absolute;
	z-index: 10;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect .defaultText {
	position: absolute;
	left: 6px;
	top: 1px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect .placeHolder {
	background:url(../Images/Dropdown.png) 0 0;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 6px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectArrow:checked ~ .selectBox .placeHolder {
	background:url(../Images/Dropdown.png) 12px 0 !important;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectArrow:checked ~ .selectBox {
	background:url(../Images/inputBgSelected.png) no-repeat;
	background-size: 100% 100%;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectArrow:checked ~ .selectBox ul {
	left: 0;
	top: 20px;
	margin: 0;
	z-index: 1;
}

/* Option 1 */
.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue1:checked ~ .selectBox ul .showInSelectValue1 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;

}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue1:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue1:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 2 */
.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue2:checked ~ .selectBox ul .showInSelectValue2 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue2:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue2:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 3 */
.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue3:checked ~ .selectBox ul .showInSelectValue3 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue3:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue3:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 4 */
.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue4:checked ~ .selectBox ul .showInSelectValue4 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue4:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue4:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 5 */
.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue5:checked ~ .selectBox ul .showInSelectValue5 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue5:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue5:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 6 */
.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue6:checked ~ .selectBox ul .showInSelectValue6 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue6:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue6:checked ~ .selectBox .defaultText{
	display:none;
}

/* Option 7 */
.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue7:checked ~ .selectBox ul .showInSelectValue7 {
	position: absolute;
	top: 2px;
	left: 10005px;
	font-style: normal;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue7:checked ~ .selectBox ul {
	left: -9999px;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect #showInSelectValue7:checked ~ .selectBox .defaultText{
	display:none;
}


/* IE8 Optmization */
/* .ie8 .tx-uptime-tools .traficCalculatorElement #bitSelect .defaultText {
	cursor:pointer;
}

.ie8 .tx-uptime-tools .traficCalculatorElement #timeSelect .defaultText {
	cursor:pointer;
}

.ie8 .tx-uptime-tools .traficCalculatorElement #showInSelect .defaultText {
	cursor:pointer;
} */

.tx-uptime-tools .showDropDown {
	left: 0 !important;
	top : 20px !important;
	margin : 0 !important;
}

.tx-uptime-tools .showSelected {
	position: absolute !important;
	top: 2px !important;
	left: 10005px !important;
	font-style: normal !important;
}

.tx-uptime-tools .traficCalculatorElement #showInSelect .selectBox {

}
