/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/



/* Body and structure
-------------------------------------------------- */

body {
  /*position: relative;*/
  padding-top: 40px;
  background-color: #F2F2F2;
}

#menu{
	height:70px;
	margin:0 auto;
	width:auto;
	/*background:none repeat scroll 0 0 #F1F1F1;*/
	background:none repeat scroll 0 0 #0088CC;
	border-bottom-style:solid;
	border-bottom-color:#E5E5E5;
	border-bottom-width: 2px;
	padding-top:20px;
	margin-bottom:20px;
}

.gr{
	width:100%;border-color:#eee;
}

.psh{
	margin-bottom:5px;
}

.stngh-de{
	width:50%;
}
.stngh-du{
	width:10%;
}
.stngh-da{
	width:17%;
}
.stngh-da1{
	width:15%;
}

/* Popovers */
.s-popover {
  padding-bottom: 24px;
}
.s-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}


/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 13px;
}

/* Change the docs' brand */
body > .navbar .brand {
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}

/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 5px;
}
.subhead .navbar {
  display: none;
}



/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }
}

#tengahin{
	text-align:center;	
}

#kananin{
	text-align:right;	
}

.keepmebel{
	margin-top:10px;
}
.keepmebelsub{
	float:left;
	margin-top:10px;
}

.keepmebel input{
	margin-top:5px;
}
.keepmebelsub input{
	margin-top:-5px;
}

.pleasehideme{
	display:none;
}