html, body {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
}
body {
	background-image: url("../images/bg.jpg");
}
@font-face {
    font-family: Gardenia-ExtraBold;
    src: url(Gardenia-ExtraBold.otf);
}
div#body{
	width: 100%;
	padding: 0;
	margin: 50px 0;
}
div.panel{
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #666;
    margin: 0;
    outline: medium none;
	border: none;
	border-radius: 0;
	background: none;
}
div.panel-header{
	width: 100%;
	height: 115px;
	background: #010101;
	border-bottom: 2px solid #a50206;
    display: block;
    font-size: 25px;
    text-align: center;
	padding: 25px;
}
div.panel-body{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border: medium none;
    display: block;
    padding: 25px 30px 5px;
}
div.panel-body .row{
	margin-top: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
div.panel-body .row:first-child{
	margin-top: 0;
}
div.panel-footer{
	background: none repeat scroll 0 0 #010101;
    border-top: 2px solid #a50206;
    display: block;
    padding: 15px 7px 25px;
}
.button {
background: none repeat scroll 0 0 #a50206;
transition: background 0.8s ease 0s;
border: solid 2px #ffffff;
color: #ffffff;
cursor: pointer;
height: 39px;
margin: 10px 0 0 20px;
outline: medium none;
overflow: hidden;
padding: 0 25px;
position: relative;
display: block;
float: left;
text-decoration: none;
border-radius: 19px;
}
.button:hover{
	background: none repeat scroll 0 0 #ffffff;
	color: #a50206;
	border: solid 2px #a50206;
	border-radius: 19px;
}
code.command {
	color: #fff; 
	font-weight: normal; 
	background-color:#000;
	font-family: monospace;
	display: inline-block;
	margin: 6px 6px 6px 6px;
	padding: 12px 12px 12px 12px;
	border-style: solid;
	border-width: thin;
	border-color: black;
	width: 100%;
	min-height: 400px;
}
.titlu_font {
font-family: Gardenia-ExtraBold;
font-size: 21px;
font-weight: 100;
border-style: solid;
border-width: 1px;
border-color: #018ccf;
padding: 5px 5px 2px 5px;
background: #ffffff;
}
.value {
font-family: Gardenia-ExtraBold;
font-size: 14px;
}
.value1 {
font-family: Gardenia-ExtraBold;
font-size: 12px;
}
.responsive {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}