html {
   height: 100%; 
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #ffffff;
    color: #555555;
}

blockquote {
  overflow-wrap: break-word;
}

a, a:visited {
  color: #158ec2;
}

a:hover {
  color: #158ec2;
  text-decoration: none;
}

td, th {
    padding: 2px;
}

h1, h2, h3, h4, h5, h6, .h2 {
  color: #000000 
}

.notice {
  text-align: center; 
  margin: 0;
}

.white {
  color: white; 
  margin-top: 5px;
  font-size: 12px;
}

img {
  max-width: 100%; 
}

h2, .h2 {
    font-size: 24px;
    line-height: 32px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}


h5 {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

h6 {
    font-weight: 800;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.obsolete {
   color: red;
   margin-bottom: 25px;
   text-align: center;
}

.draft {
   color: blue;
   margin-bottom: 25px;
   text-align: center;
}

.review {
   color: green;
   margin-bottom: 25px;
   text-align: center;
}

.breadcrumb {
  background-color: #000000; 
}

.breadcrumb>.active {
  color: #777777;
}

.breadcrumb a, .breadcrumb a:hover, .breadbrumb a:visited {
  color: #ffffff 
}

.search-group input {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    padding: 2px 12px 2px 30px;
}

.section-group img {
    display: block;
    margin:auto;
    
}

.search {
    height: 50px;
}

.search-group {
    margin: 50px 0;
    height: 75px;
}

.attachment {
  display: block; 
  margin-bottom: 5px;
}

#articleContent {
   margin-top: 25px; 
}

#footer {
    background-color: #000000;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-attachment: scroll;
    background-position: 0% 0%;
}

#footer-logo {
    text-align:center;
    padding: 10px 0;
}

pre {
   background-color: #eee !important;
   border: 0px !important;
}

pre.prettyprint {
   padding: 5px !important; 
}

.section-group h2 {
    text-align: center;
}

.article {
    margin-left: 20px;
}

.article a {
  color: #555555 
}

.article i {
  color: #000000
}

.trending-article {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

.article-group h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight:normal;
}

#article {

}

#article .large {
    font-size: 20px;
    line-height: 24px;
}

#navigation-group {
    margin-top:20px;
}

#article-info-group {
    margin-top: 20px;
}

#article-detail-group {
    margin:10px 0;
}

.category-desc {
   text-align: center;
  color: #555555;
}

.category-group img {
    display: inline-block;
    margin-right: 7px; 
}

.category-group h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
.category {
    margin-left: 20px;
}

.category a {
  color: #555555;
}

#main {
   margin-bottom: 70px; 
}

#attachments {
    margin-top: 30px;
}

#articleHeader {
  border-bottom: 1px solid #eeeeee;
  overflow: auto;
}

#author {
   vertical-align: bottom;  
   line-height: 52px;
}

.author {
    font-weight: bold; 
}

.articleDate {
    font-size: 80%;
    color: #ddd;
    margin-left: 5px;
}

#sharing {
  width: 100%;
  text-align: right;
}

#sharing ul {
  list-style: none;
  padding-left: 0px;
}

#sharing ul li {
  display: inline-block;
  padding: 2px;
  margin-right: 5px;
  cursor: pointer;
}

.contact-us-success {
   padding: 20px; 
}

.modal-notify, .modal-header {
    border-radius: 3px 3px 0 0;
    background: #000000;
}

.modal-title {
    color: white;
}
.modal-notify .modal-content {
    border-radius: 3px;
}
   
input.form-control {
    height: 50px;
}

#issue-form .input-group, #issue-form .input-textarea, #issue-form .category-desc {
    margin-top: 25px;
}

#issueemailerror{
    color: red;
    font-weight: 500;
    font-size: 12px;
}

.modal-header .close {
    margin-top: 6px;
    float: right;
}

.modal-title {
  float: left; 
}

.btn-primary {
   background-color: #000; 
   border-color: #000;
}

.btn-primary:hover {
   background-color: #ccc; 
   border-color: #ccc;
}

.requestLink {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

p {
  font-size: 18px;
}<script type="text/javascript">

   $(document).ready(function() {
	   
	   $('#searchText').keypress(function(e) {
		   if(e.keyCode == 13) {
			   window.location = '/app/manpage/en/search/' + $('#searchText').val() + '/1/25' + '?token=' + getCsrfToken();
		   }
	   });
   });



</script>