a {
	color: #327EBF;
	text-decoration: none;
}

a:hover {
	color: #459DD2;
	text-decoration: underline;
}

.help > .wrapper {
	padding-top: 0;
	padding-bottom: 0;
	max-width: 930px;
}

.notification {
	text-align: center;
	padding: 40px 0;
	font-size: 17px;
	margin-bottom: 40px;
/* 	background-color: #EAF7FD; */
	background-color: #FFF4ED;	
}
.notification .contact {
	font-weight: 700;
}

.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.columns.typical {
  margin-bottom:30px;
}

.columns.typical > .column.main {
  float:left;
  width:600px;
  padding-right:40px;
}

.columns.typical > .column.sidebar {
  float:left;
  width:290px;
}

h2 {
  margin:0 0 15px;
  font-size:20px;
  color:#000;
}

.sidebar > h2 {
  margin:0 0 10px 0;
  font-size:14px;
  font-weight:normal;
}

p {
  margin:0 0 15px;
  line-height:1.5;
}

.section {
  margin-bottom:40px;
}

.section:last-child {
  border-bottom:none;
  margin-bottom:20px;
}

.columns ol > li, .columns ul > li {
	line-height: 1.6em;
	font-size: 18px;
	padding-bottom: 15px;
}

.columns ol > li, .columns ul > li > p {
	font-size: 15px;
	padding-left: 20px;
  word-break: break-word;
}

kbd {
  display:block;
  height:21px;
  padding:0 4px;
  line-height:21px;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  font-family:"Lucida Grande", sans-serif;
  color:#333;
  text-shadow:0 1px 0 rgba(255,255,255,1.0);
  background:url(images/kbd-background.png) 0 0 repeat-x;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  border-left:1px solid #bbb;
  border-right:1px solid #bbb;
  border-bottom:1px solid #bbb;
  border-radius:4px;
}

.shortcuts {
  margin:15px 0 35px 0;
}

.shortcuts > dt {
  float:left;
  clear:left;
  margin:0 15px 15px 0;
  height:21px;
  width:55px;
}

.shortcuts > dd {
  margin:0 0 15px 0;
  height:21px;
  line-height:21px;
  font-weight:300;
  font-size:13px;
  color:#777;
}

.inline-img {
  vertical-align:middle;
}

li {
  list-style-position: inside;
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
  	kbd {
			background-image: url(images/kbd-background@2x.png);
			background-size: 24px 21px;
	}
}