.scale img{
	width:100%;
	height: 30;
}


/* Styles specific elements by their ids */

img#nanjinguniversity	{
	padding-top: 18px;
	float: right;
	width:70px;
	}
img#typhoon	{
	float: left;
	/* 201605181153 Added to make new logo look better */
	width: 200px;
	}
img#forecast	{
	padding-top: 15px;
	float: right;
	width: 60px;
	padding-right: 10px;
	padding-left: 15px;
	}	
img#meso	{
	padding-top: 15px;
	float: right;
	width:70px;
	}

	
/* Styles each of the main sections */

div#rammb_header	{
	/* 201605181153 Added to make new logo look better */
	min-height: 98px;
	}
.textlinks	{
	font-size: 48px;
    vertical-align:middle;
	text-align: center;
	line-height: 85px;
	color: #002060;
	}

	
	

dotted {border-style: dotted;}
dashed {border-style: dashed;}
solid {border-style: solid;}
none {border-style: none;}
outset {border-style: outset;}

	
*{
	margin:0px;
	padding:0px;}
#nav{
	height:30px;
	width:100%;	
	background:#fff;
	margin:0 auto;/*0 上下 auto 左右*/
	margin-bottom:5px;
	border-style: solid none solid none;
	border-color:#4472C4 #fff #BAC5E2 #fff;
	border-width:2px 0px 5px 0px;
	}

#nav ul{
	/*box-shadow:0 0 10px rgba(0,0,0,.2); 向框添加一个或多个阴影*/
	list-style:none;/*在一个声明中设置所有的列表属性*/	
	/*white-space:nowrap 段落中的文本不进行换行*/
	}
	
#nav ul li {
  	float:left;
	width:24.8%;
	line-height:19px;
	text-align:center;
	position:relative;
	border-style: solid solid solid solid;
	border-color:#fff #4472C4 #4472C4 #4472C4;
	border-width:1.5px 0px 2px 1px;
}

#nav ul li a{
	text-decoration:none;
	color:#333;
	padding:5px 10px;
	display:block;
	}


 /* 在一级菜单中，鼠标放上去的样式 */
#nav ul li a:hover {
    color:#BAC5E2;
    }

	
	
	
.lighter {
font-weight: lighter;
font-size:14;
line-height: 25px;
margin-left: 2em;
color: #000000;
}

.title {
	font-size: 20;
	line-height: 55px;
	text-align: center;
	color: #002060;

	}

.subtitle {
	font-weight: lighter;
	font-size: 17;
	line-height: 35px;
	margin-left: 1.8em;
	color:#02369c;
	/* text-decoration:underline; */
	}

.columns {
    margin-left: 2%;
}

.basin-column {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /*width: 15%;*/
    width: 15%;
    margin-left: 8px;
    margin-right: 4px;
}

.tab{
    margin-left: 4%
}
ul.tab-links {
    margin-top: 0px;
    margin-bottom: 0px;
}

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 0px;
    padding-left: 8px; /* adjust from global style */
    background:#ffffff;
    float: left;
    list-style: none;
    background-image: none;
}

.tab-links li.searchbox {
    float: right;
    padding-right: 8px;
}

.tab-links li:not(.searchbox) a {
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    border-top: 1px solid #4372C4;
    border-left: 1px solid #4372C4;
    border-right: 1px solid #4372C4;
    transition:all linear 0.15s;
    text-decoration: none !important;
}

.tab-links li:not(.searchbox) a:hover {
    background: #a9bae2; /* #a7cce5; */
    text-decoration: none;
    color: #93052A;
}
