#main {
	background: linear-gradient(to bottom,
	       		#71a9a2,
	       		#ffffff);
	min-width: 850px;    
	padding-bottom:80px;
	
			
}

#top-back {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    /* min-width: 1000px; */
}

.new-bg {
    height: 23px;
    padding-top: 2px;
    padding-bottom: 3px;
    box-sizing: border-box;
    top: 0;
}

#version-popup {
	width: 300px;
	height: auto;
	z-index: 10000;
	margin: 2% auto;
	background: #fff;
	border-radius: 15px;
	padding: 10px 0px;
	position: relative;
	text-align: center;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#version-popup h3, h4, h5{
	padding: 5px;
	color: #424242;
}
.tgzButton {
	background-color: #409086;
    margin: 15px 64px;
    border-radius: 5px;
    padding: 10px;
        word-break: break-all;
}
.tgzButton a{
	color : white;
}
.spanColor {
	color : rgba(58,130,130,1);
}
    
.pointlist {
	margin-left: 15px;
	font-size: 15px;
	color: #424242;
}
.pointlist ul li{
	padding: 2px;
}
.pointlist ul li a{
	color:#339999;
}
.pointlist ul li a:hover{
	color:#339999;
}

.heading {
	color: white;
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
}

.mainTable {
    color: #424242;
	padding-top: 20px;
	margin-left: 35px;
}

.mainTable td, th {
	text-align: center;
}

.mainTable th h5{
	color: white;
	font-weight: bold;
}

.mainTable tbody tr:nth-child(even) {
	background-color: #ebebeb;
}
.mainTable tbody tr:nth-child(odd) {
	background-color: #f5f5f5;
}

table.table {
	border-collapse: collapse !important;
}