div#container div#hosting-document h2 {
    margin-bottom: 0px;
}

#hosting-faq {
    color: #525252;
	margin-bottom: 50px;
}

#hosting-faq h1, #hosting-faq h2, #hosting-faq h3, #hosting-faq h4, #hosting-faq h5, #hosting-faq h6 {
    color: #525252;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
}

#hosting-faq h2, #hosting-faq h3 {
    text-transform: uppercase;
	text-shadow: none;
}

#hosting-faq h3 {
    font-size: 2rem;
	text-align: left;
}

#hosting-faq .well {
    background-color: #f5f5f5;
    border: 1px solid #c4c4c4;
}

#hosting-faq .well ul {
	padding-left: 20px;
}

#hosting-faq .well li {
    list-style-type: disc;
	text-align: left;
	font-size: 15px;
}

#hosting-faq .well a {
	color: #777;
}

#hosting-faq .well a:hover {
	text-decoration: underline;
}

#hosting-faq .section-faq .anchor {
    display: block;
    visibility: hidden;
	position: relative;
	top: -70px;
}

#hosting-faq .section-faq li.awnser::before {
	font-size: 18px;
    color: #777;
    content: "\21d2";
    line-height: 36px;
}

#hosting-faq .section-faq li.awnser {
	text-align: left;
	margin-bottom: 20px;
    box-shadow: 0 0 1px #ccc;
    padding: 5px 20px 10px 20px;
}

#hosting-faq .section-faq li.awnser h4 {
	font-weight: bold;
	color: #666666;
	margin: 0px;
	text-shadow: none;
	display: inline;
	font-size: 14px;
}

#hosting-faq .section-faq li.awnser > p {
    color: #777;
    margin-left: 19px;
	text-align: justify;
}

#hosting-faq .section-faq li.awnser > p a {
    color: #555;
	font-weight: normal;
	word-wrap: break-word;	
}

#hosting-faq .section-faq li.awnser > p a:hover {
    text-decoration: underline;
}

#hosting-faq .section-faq li.awnser li {
    list-style-type: disc;
	text-align: left;
    color: #777;
	word-wrap: break-word;
}

#hosting-faq .section-faq li.awnser strong {
    color: #888;
}

#hosting-faq .section-faq li.awnser .show-link {
    color: #aaa;
    font-weight: normal;
	margin-left: 19px;
    word-wrap: break-word;
}

#hosting-faq .section-faq li.awnser .show-link::before {
	font-size: 18px;
    content: "\203a";
    line-height: 36px;
}