	#top_bar{
		display: block !important;
		position: relative;
	}

				#top_logo img{
					float: left;
				}

			#top_menu{
				position: static;
			}

				#menu_slider_btn{
					display: block;
					position: absolute;
					width: 8%;
					height: 38px;
					right: 10%;
					top: 0;
					background-image: url(../img/layout/top_bar_btn.png);
					background-size: 100%;
					background-position: bottom;
					border-radius: 0 0 2px 2px;
					background-repeat: no-repeat;
					background-color: #888;
				}

				#menu_slider_btn:hover{
					box-shadow: 0 0 4px #555 inset;
				}

				#top_menu ul{
					display: none;
					padding: 10px 0;
				}

					#bar-inner #top_menu ul li{
						width: 100%;
						float: none;
					}

						#top_menu ul li a{
							display: block;
							padding: 5px 0;
							width: 100%;
							margin: 0 auto;
							border-radius: 20px;
						}

						#top_menu ul li a:hover{
							color: #555;
							background: #f5f5f5;
							box-shadow: 0 0 4px #ddd inset;
						}

		#paper{
			padding-top: 30px;
		}

			#clip{
				display: none;
			}

		#header{
			display: none;
		}
						.share span{
							display: none;
						}

			#center{
				padding: 20px 0;
			}

				#side_nav{
					width: 100%;
					padding-bottom: 50px;
				}

					#side_nav h4{
						color: #00913a;
						margin-top: 0 !important;
						font-size: 2.2em;
						letter-spacing: 2px;
					}

					#side_nav hr{
						width: 90%;
					}

					#side_nav ul{
						background-color: #f5f5f5;
						padding: 5px 0;
						border-radius: 4px;
						zoom: 1;
					}

					#side_nav ul:after{
						display: block;
						clear: both;
						content: "";
						visibility: hidden;
						height: 0;
					}

						#side_nav ul li{
							width: 50%;
							float: left;
						}

							#side_nav ul li a{
								width: 94%;
							}

				#content:before{
					content: none;
				}

					.article:last-child{
						margin-bottom: 0;
					}

						.article h3{
							text-align: center;
						}

						.article p{
							font-size: 1.2em;
							line-height: 1.4;
						}

	#back_top_btn{
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		bottom: 2%;
		left: 85% !important;
	}

	#message{
		width: 90%;
	}

			#mg_header img{
				width: 50%;
			}

		#mg_body{
			border-bottom: 1px solid #ddd;
			background: #f5f5f5;
			padding: 20px 0;
			background: #fff;
		}

			#mg_body p{
				font-size: 1.4em;
				line-height: 1.6;
			}

		#mg_footer{
			text-align: center;
		}

			#mg_footer a{
				width: 50%;
				padding: 10px 0;
			}