body {
    font-family: 'PT Sans', sans-serif;
    margin: 0;
}

a {
    color: rgb(83, 154, 112);
    text-decoration: underline;
    text-shadow: none;
}

a:hover {
    text-shadow: none;
}

table {
    border-spacing: 0;
}

td {
    padding: 0;
}

img[usemap], map area{
    outline: none;
}

@-webkit-keyframes sharpen {
    from {
	opacity: 0;
	-webkit-filter: blur(50px);
    }
    to {
	opacity: 1;
	-webkit-filter: blur(0px);
    }
}

@keyframes sharpen {
    from {
	opacity: 0;
	filter: blur(50px);
	-webkit-filter: blur(50px);
    }
    to {
	opacity: 1;
	filter: blur(0px);
	-webkit-filter: blur(0px);
    }
}

@-webkit-keyframes blurIn {
    from {
	-webkit-filter: blur(0px);
    }
    to {
	-webkit-filter: blur(10px);
    }
}

@keyframes blurIn {
    from {
	filter: blur(0px);
    }
    to {
	filter: blur(10px);
    }
}

@-webkit-keyframes blurOut {
    from {
	-webkit-filter: blur(10px);
    }
    to {
	-webkit-filter: blur(0px);
    }
}

@keyframes blurOut {
    from {
	filter: blur(10px);
    }
    to {
	filter: blur(0px);
    }
}

@keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
}

@-webkit-keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
}

@keyframes fadeOut {
        from { opacity: 1; }
        to { opacity: 0; }
}

@-webkit-keyframes fadeOut {
        from { opacity: 1; }
        to { opacity: 0; }
}

.LogoImage {
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    background-image: url(icon.png);
    background-size: 256px 256px;
    animation-name: sharpen;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    -webkit-animation-name: sharpen;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
    width: 256px;
    height: 256px;
}

.CenterBlock {
    text-align: center;
}

.BlackBlock {
    width: 100%;
    height: 300px;
    background-color: rgb(29, 28, 28);
    text-align: center;
    text-shadow: 2px 2px rgba(0,0,0,0.5);
    color: rgb(255, 255, 255);
}

.TopBlock {
    width: 800px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.LogoTextBlock {
}

.MottoBlock {
    font-size: 50px;
    font-weight: 700;
}

.ProductDescBlock {
    font-size: 20px;
}

.DownloadButton {
    background-color: rgb(60, 105, 80);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 1px rgba(255, 255, 255, 0.2);
    font-size: 18px;
    text-shadow: none;
    width: 200px;
    display: inline-block;
    transition: background-color ease .2s, box-shadow ease .2s;
}

.DownloadButton:hover {
    background-color: rgb(83, 154, 112);
}

.DownloadBlock {
    width: 100%;
    text-align: center;
}

.DownloadLink {
    color: white;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.VersionBlock {
    padding-top: 4px;
    font-size: 12px;
}

.WhiteBlock {
    width: 100%;
    height: 300px;
    background-color: rgb(255, 255, 255);
    margin-top: 40px;
    margin-bottom: 40px;
    text-shadow: none;
    color: rgb(76, 71, 71);
}

.FeaturePairBlock {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.FeatureBlock {
    width: 440px;
    margin: auto;
    float: left;
}

.FeatureIconBlock {
    height: 150px;
    width: 100px;
    float: left;
    vertical-align: middle;
}

.FeatureDescBlock {
    height: 120px;
    width: 300px;
    font-size: 20px;
    text-shadow: none;
    vertical-align: middle;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 100px;
}

.FeatureParagraph {
    text-shadow: none;
    color: rgb(76, 71, 71);
}

.InfoHeader {
    font-size: 28px;
    text-align: left;
    margin-left: 10px;
}

.InfoBody {
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

.FooterBlock {
    color: rgb(0, 0, 0);
    text-align: right;
}

.VersionHeaderBlock {
    margin-top: 10px;
    margin-bottom: 10px;
}

.VersionInfoBlock {
    font-size: 16px;
    width: 85%;
}

.VersionHeaderBlock {
    width: 100%;
}

.TabContent {
}

.TabButton {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    text-shadow: none;
    text-align: center;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.TabPanel {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3px;
    width: 930px;
}

.TabButtonInactive {
    background-color: rgb(229, 229, 229);
    border-bottom: 1px solid rgb(229, 229, 229);
}

.TabBlock {
	height: auto;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ImageView {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%);
	width: 80vw;
	animation: fadeIn 1s ease-in-out;
	-webkit-animation: fadeIn 1s ease-in-out;
	display: none;
	z-index: 1000;
}

.ImagePreview {
	width: 200px;
	border-radius: 2px;
	margin: 10px;
}

.ImagePreviewHint {
	position: absolute;
	top: -100%;
	left: 13px;
	width: 194px;
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.7);
	border-radius: 2px;
}

.CommonTab {
    border-radius: 0;
    text-decoration: none;
    border-bottom: 4px solid rgb(150, 150, 150);
    border-top: 5px solid rgb(255, 255, 255);
}

.LeftTab {
    border-top-left-radius: 5px;
    border-right: 1px solid rgb(150, 150, 150);
}

.MiddleTab {
    border-right: 1px solid rgb(150, 150, 150);
}

.RightTab {
    border-top-right-radius: 5px;
}

.SelectedTab {
    border-top: 5px solid rgb(83, 154, 112);
    border-bottom: 4px solid rgb(255, 255, 255);
}

.TabContentBottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 20px
}

.AppleScript {
	font-family: Verdana;
	font-size: 12px;
}

.DicKey {
	color: #508d16;
}

.AppKey {
	color: #103ffb;
	font-weight: bold;
}

.ClassKey {
	color: #103ffb;
	font-style: italic;
}

.Itatic {
	font-style: italic;
}

.Bold {
	font-weight: bold;
}

.PropKey {
	color: #8f2b8f;
}

.dropbtn {
	background-color: #ffffff;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	color: rgb(83, 154, 112);
	text-decoration: underline;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #ffffff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: rgb(83, 154, 112);
	color: #ffffff;
}

@-moz-document url-prefix() {
	.facebook {
	    margin-top: -2px;
	}
}

.facebook {
}

.CheckList {
    width: 100%;
}

.CheckList th {
    padding: 5px;
    background: rgb(29, 28, 28);
    color: white;
}

.CheckList td {
    padding: 5px;
}

.CheckList tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.HR {
    width: 100%;
    height: 1px;
    background: rgb(83, 154, 112);
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.Hint {
    display: none;
    position: fixed;
    overflow: hidden;
    background-color: white;
    padding: 5px;
    border: 1px solid rgb(83, 154, 112);
    width: auto;
    max-width: 600px;
    opacity: 0.95;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.HintPlaceHolder {
}

.RemarkNumber {
    position: relative;
    bottom: 1ex; 
    font-size: 80%;
}

.RemarkBlock {
}

.CenterScreenBlock {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}​
