@font-face {
    font-family: Ubuntu;
    src: url("https://hejtmus.github.io/SmartCalc/font/Ubuntu-R.ttf");
}
pre {
 margin-bottom:1em;
 padding:5px;
 padding-bottom:20px !ie7;
 width:auto;
 width:650px !ie7;
 max-height:600px;
 overflow:auto;
 font-family: Ubuntu;
 font-size:13px;
 background-color:#eff0f1
}
code {
 font-family: Ubuntu;
 background-color:#eff0f1;
 word-spacing: 5px;
}

p h1 h2 h3 h4 blockquote table {
 font-family: Ubuntu;
}
#container {
  padding: .1em 1.5em 1em 1em;
 }
#container output {
 clear: both;
 width: 100%;
}
#container output h3 {
 margin: 0;
}
#container output pre {
 margin: 0;
}
.input-line {
 display: -webkit-box;
 -webkit-box-orient: horizontal;
 -webkit-box-align: stretch;
 display: -moz-box;
 -moz-box-orient: horizontal;
 -moz-box-align: stretch;
 display: box;
 box-orient: horizontal;
 box-align: stretch;
 clear: both;
}
.input-line > div:nth-child(2) {
 -webkit-box-flex: 1;
 -moz-box-flex: 1;
 box-flex: 1;
}
.prompt {
 white-space: nowrap;
 color: #96b38a;
 margin-right: 7px;
 display: -webkit-box;
 -webkit-box-pack: center;
 -webkit-box-orient: vertical;
 display: -moz-box;
 -moz-box-pack: center;
 -moz-box-orient: vertical;
 display: box;
 box-pack: center;
 box-orient: vertical;
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none;
}
.cmdline {
 outline: none;
 background-color: transparent;
 margin: 0;
 width: 100%;
 font: inherit;
 border: none;
 color: inherit;
}
.ls-files {
 height: 45px;
 -webkit-column-width: 100px;
 -moz-column-width: 100px;
 -o-column-width: 100px;
 column-width: 100px;
}


/************************************************************/
/* SVG Clock                                                */
/************************************************************/

.clock-container {
 display: none /*inline-block*/;
 position: relative;
 width: 200px;
 vertical-align: middle;
 overflow: hidden;
}

.clock-container > svg > circle {
 stroke-width: 2px;
 stroke: #fff;
}

.hour, .min, .sec {
 stroke-width: 1px;
 fill: #333;
 stroke: #555;
}

.sec {
 stroke: #f55;
}

.bmargin {
 margin: 2%;
}


.dropdown-menu a {
 color: black;
 padding: 12px 16px;
 text-decoration: none;
 display: block;
}