body {
	margin: 0px;
}
#copy-more-info {
	display:none;
}
#copy-more-info h3 {
	text-align:center;
}
.container {
	width:100%;
	max-width:900px;
	margin:0px auto;
	padding: 0px 5px;
}
.header {
	min-height: 100px;
	padding:10px 0px;
}
.header img {
    float:left;
    width: 100%;
    max-width: 300px;
    height: unset;
}
.share-update.head-share {
    float: right;
}
.share-update.head-share h3 {
    font-size: 1.25rem;
    margin-top: 10px;
}
.main-content {
	padding: 20px 8%;
	background: #f4f4f4;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	min-height: 50vh;
	position:relative;
}
.content-head, .footer {
    display: block;
    min-height: 30px;
    background: #4b86cb;
    background: -moz-linear-gradient(top, #4b86cb 0%, #3a699e 100%);
    background: -webkit-linear-gradient(top, #4b86cb 0%,#3a699e 100%);
    background: linear-gradient(to bottom, #4b86cb 0%,#3a699e 100%);
}
.content-head {
    border-radius: 9px 9px 0px 0px;
    text-align: center;
    color: #FFF;
    padding: 10px 0px;
	width:100%;
	position:relative;
}
.main-head {
	text-align:center;
	font-size: 2.25em;
	line-height: 1.4em;
}
.mfg-logo-splash {
	text-align:center;
	margin-bottom:10px;
}
.mfg-logo-splash img,
.mfg-update-info,
.update-faq,
.share-update,
#copy-more-info,
.main-head {
	width:100%;
	max-width:738px;
	margin:auto;
}
.mfg-update-info code {
	background:#fff;
	padding:10px;
	margin: 5px 0px;
	display:block;
	color:#000;
}
.update-faq .card-header {
	background-color:#fff;
}
.update-faq button {
    text-align: left;
}
#divClipboard {
    background-color: #f4f4f4;
}
.share-update h3,
.fb_iframe_widget,
.twitter-share-button,
button.clipcontent {
	vertical-align: top;
    text-align: center;
}
button.clipcontent {
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background: #254993;
    color: #fff;
    padding: 3px 15px 4px 15px;
}
.share-update {
    min-height: 50px;
	max-width: fit-content;
}
.footer {
    border-radius: 0px 0px 9px 9px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    padding: 10px 0px;
	width:100%;
	position:relative;
	margin-bottom:20px;
}
.footer a {
	color:#fff;
	display:inline-block;
}
.footer a:first-child {
    padding-right: 10px;
    margin-right:5px;
    border-right: 1px solid #fff;
}
.copyright {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.stn-button {
    padding: 5px 40px;
    border-radius: 16px;
    background: #3a699e;
	color: #fff !important;
    font-weight: bold;
    border-width: 1px;
    transition: 0.2s linear;
    border: 1px solid #3a699e;
    min-width: 110px;
	width:fit-content;
	max-width:50%;
    text-align:center;
    display: block;
    margin: 10px auto;
}
.modal-dialog {
	max-width: 800px;
    width: 95%;
}
.share-copy-img {
    float: right;
    max-width: 450px;
    width: 100%;
}
@media only screen and (max-width: 600px) {
	.main-content {
		padding-left:3%;
		padding-right:3%;
	}
	.container .footer a {
		border:none;
		padding:10px;
		margin:0px;
	}
	.main-head {
		text-align: center;
		font-size: 1.5em;
		line-height: 1.25em;
	}
	h3 {
		font-size: 1.2rem;
	}
	.share-update.head-share, .header img {
		float:unset;
		margin:auto;
		display:block;
	}
}
