/* Global common settings for all the elements by default
======================================== */

body {
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	}
span {
	white-space: nowrap;
	}
abbr {
	border-bottom: dotted 1px;
	cursor: help;
	}
a abbr {
	cursor: pointer;
	}
code {
	font-family: Consolas, monospace;
	}
strong, b {
	font-weight: bold;
	}
em, mark, i {
	font-style: italic;
	}
sub, sup {
	font-size: .7em;
	}
sub {
	vertical-align: sub;
	}
sup {
	vertical-align: super;
	}
a, a:link {
	color: #039;
	text-decoration: underline;
	}
a:visited {
	color: #666;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	color: #c00;
	}

/* Main content styling rules
======================================== */
.wrapper {
	width: 980px;
	margin: auto;
	}

	 h1,
	 h2,
	 h3,
	 h4,
	 h5,
	 h6 {
		margin-top: 1.5em;
		margin-bottom: .5em;
		color: #c00;
		font-weight: bold;
		}
		 h1:first-child,
		 h2:first-child,
		 h3:first-child,
		 h4:first-child,
		 h5:first-child,
		 h6:first-child {
			margin-top: 0;
			}
	 h1 {
		font-size: 1.75em;
		}
	 h2 {
		font-size: 1.5em;
		}
	 h3 {
		font-size: 1.25em;
		}
	 h2+h3 {
		margin-top: -.5em;
		}
	 h4 {
		font-size: 1em;
		}
	 h5 {
		font-size: .8em;
		}
	 h6 {
		font-size: .7em;
		}
	 p {
		margin-bottom: 1em;
		}
	 ul,  ol {
		margin-left: 1.5em;
		}
	 ul {
		list-style-type: square;
		}
	 ol {
		list-style-type: decimal;
		}
		 li,  li {
			margin-bottom: 1em;
			}
			 li > ul,  li > ol {
				margin-top: 1em;
				}
	 code {
		padding: 0 .25em;
		border-radius: .25em;
		background-color: #f0f0f0;
		}
	 pre {
		margin-bottom: 1em;
		padding: .5em 1em;
		border-radius: .5em;
		background-color: #f0f0f0;
		}
	 table {
		margin-bottom: 1em;
		font-size: .8em;
		}
		 table,  th,  td {
			border: solid 1px #ccc;
			}
		 th {
			background: #f0f0f0;
			font-weight: bold;
			}
		 th,  td {
			padding: .5em 1em;
			vertical-align: top;
			text-align: left;
			}
			 th code {
				background: #ccc;
				}
	 figure {
		margin-bottom: 1em;
		}
	 .plans{
		font-size: .8em;
		}

	 .exp{
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		padding-top: 1em;
		margin-bottom: 1em;
		}

	.a-note{

		margin-left: 9em;
		color: #505050;

	}
