﻿body {
	font-size:20px;
	margin-top:78px;
	font-family: "helveticaneuecyrlight";
}

a {
	color: #06a0f0;
	text-decoration: none;
	cursor:pointer;
}
h1{
	font-size: 30px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

p {
	font-size:20px;
}
ul {
	padding-left: 20px;
}
ul li {
	font-size: 20px;
}

#maincontent .list-unstyled li i {
	color: #D8D8D8;
	padding-right: 10px;
}
#tutorials-menu .list-unstyled li a {
	font-size: 16px;
	color: #666;
}
#tutorials-menu .list-unstyled li a:hover {
	color: #000;
	text-decoration: none;
}
#tutorials-menu .list-unstyled li.active a {
	font-weight: bold;
}

/*#order and #download*/
#maincontent .post {
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: 10px;
}
#maincontent .post .fa {
	display: block;
	margin-bottom: 5px;
}
#maincontent .post .media-heading {
	font-size:20px;
}
#maincontent .post .btn {
	font-weight:bold;
	font-family: Arial;
}
#maincontent .post .btn span {
	display: block;
	font-size:14px;
	font-weight: normal;
	color: #306108;
}

#order .btn, #download .btn {
	margin-bottom: 5px
}

#footer {
	font-size:16px;
}

#well {
	font-size:16px;
}

.appstore{
	display: block;
	width: 23px;
	height: 23px;
	margin: 0 auto;
	background: url("../png/pencil24.png") no-repeat center;
	background-size: 100%;
}
.winstore{
	display: block;
	width: 23px;
	height: 23px;
	margin: 0 auto;
	background: url("../png/windows-store.png") no-repeat center;
	background-size: 100%;
}