html, body {
    font: 16px 'Raleway', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* background-color: #ddd; */
}


#install-button {
    visibility: hidden;
    position: fixed;
    color: #FF8340;
    /* width: 30px; */
    cursor: pointer;
    top: 14px;
    right: 80px;
    z-index: 99999999;
    width: 120px;
  }
  
#page-container {
	position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

#completions {
    position: relative;
    width: 100%;
    /* height: 400px; */
    font-family: 'Raleway', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: large;
}


.list-group-item:hover {
    background-color: #3e9cc7;
}

#transformResult {
    position: relative;
    width: 100%;
    height: 600px;
}

.detailText {
 margin-top: 15px;
}

header {
    margin-top: 60px;
}
header h1 {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    /* color: #fff; */
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
}

.info {
	z-index: 9999;
	position: absolute;
    top: 3px;
    left: 10px;
}

.resize {
	z-index: 9999;
	position: absolute;
    top: 3px;
    right: 10px;
    cursor:pointer;
    color: #fff;
}
.flipHoriz {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.linangdata {
	z-index: 9999;
	position: absolute;
	width: 50px;
    top: 3px;
    right: 0px;
    cursor:pointer;
    color: #fff;
}

.save {
	/* color: #2ECC40; */
	color: #3D9970;
	font-weight:bold;
}
.icon {
	font-size: 14px;
	color: #fff;
}

.close {
  /* position: fixed; */
  top: 3px;
  left: 7px;
}

.code-textarea {
	padding-top: 5px;
}
textarea {
   resize: none;
}

#formatter {
	width: 295px; 
	min-width: 295px; 
	font: 14px "Roboto-Regular", Roboto-Regular, Arial, helvetica, sans-serif;
	margin: 0;
	padding: 5px;
}

#formatter.large {
	 width: 100%;
} 

.CodeMirror {
    font-family: monospace;
    height: 450px;
    color: black;
}

#formatter h1 {
  font-size: 22px;
}
#formatter p {
  font: 14px Arial, Sans-Serif;
}
#formatter a {
  color: black;
  outline: none;
  text-decoration: none;
}
#formatter input:disabled {
  color: #000000;
}
#formatter textarea:disabled {
  color: #000000;
}

#formatterFooter {
  bottom: 5px;
  left: 5px;
  position: absolute;
}
#formatterFooter #linangdata {
  color: #337ab7;
  font-size: medium;
  outline: none;
  text-decoration: underline;
}

@media ( max-width: 621px ) { .adslot_desktop_only { display: none; } }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

img {
    border: none;
    vertical-align: middle;
} 


.clear:before, .clear:after {
    height: 0; 
    content: "";
    font-size: 0;
    display: table;
    line-height: 0;     /* for Opera */
    visibility: hidden;
}

.clear:after {
    clear: both;
}

.btns {
    padding-top: 0;
}

.btns button {
    padding: 2px 8px;
}
#layout > header, .btns {
    /* padding: 15px 0; */
    width: 90%;
}
#layout > header > h1 {
    font-size: 20px;
    margin-bottom: 10px;
}
