.cc-support-us {
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFE0;
	border-color: #E6DB55;
	margin: 15px;
	padding: 10px;
	text-align: center;
}
.cc-support-us h3 {
	margin:0px 0px 10px 0px;
}

#top_menu {
	background-color: #F5F5F5;
	height: 30px;
	padding: 0;
	text-align: left;
	margin: 0;
	clear: both;
	position: relative;
	float: left;
}	
	
#top_menu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#top_menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#top_menu ul li a, #top_menu ul li a:visited {
	color: #666666;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align:center;
	text-decoration:none;
	width: 100px;
}

.cc-support-us p,.cc-support-us h4 {
	display: inline;
}

.cc-support-us h4 {
	clear:left;
}
.optiontable td {
    padding-top:5px;
    padding-bottom:5px;
}

/* The alert message box */
.alert.info {
    background-color: #e6f2ff;
    color:#000;
}
.button-positive {
	border: none;
	padding: 15px 5px;
	width: 100%;
	color: #fff;
	font-size:14px !important;
}
.button-positive {
    background-color: #4b76a6;
}
.alert.success  {
    background-color: #4CAF50;
}
.alert {
    padding: 10px 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 5px;
    border-radius: 4px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}
.small {
	font-size:12px;
	padding:5px 8px;
	text-align: justify;
}
#bridgetabs h4, #bridgetabs h2 {
    border-radius: 4px;
	color: darkblue; 
	margin: 0 0; 
	background-color: #fff9e4;
	padding:10px 4px;
}
textarea.ipt {
	width: 95%;
}
input.ipt, select.ipt, textarea.ipt {
	border: 1px solid #ccc;
    border-radius: 4px;
    padding:5px;
}
.wb_lbl {
	padding-left:15px;
}
.wbridge td {
	vertical-align: top;	
}
.dbugoutput {
	width:100%;
	overflow:auto;
}