body
{
  font: small-caps bold Georgia, fantasy; /* fallback for older browsers */
  font: ultra-condensed small-caps bold Georgia, fantasy;
  font-family: "Lucida Console", Monaco, monospace;
  background-color: #E3E3E3;
}
span.msg
{
  color: #EE3333;
  font-weight: normal;
  font-size: small;
  font-style: italic;
  margin-top: 2vh;
  margin-left: 1vh;
  width: 100%;
}
.CRhr
{
  margin-top:2px;
  margin-bottom:2px;
}
.w-100
{
  width: 100%;
}
.m-bottom
{
  margin-bottom: 15px;
}
#copyText:hover
{
  background-color: #EBEBEB;
  color:black;
}
#galleryArea
{
  height:74vh;
  width:96%;
  margin-top:120px;
  position: absolute;
  padding: 6px 0px;
  /*border: 1px solid grey;*/
  overflow-x: hidden;
  overflow-y: scroll;
  border:1px solid #CCC;
  background-color: white;
  border-radius: 4px; 
}
#galleryArea > div
{
  border: 1px solid #CCC;
  background-color: white;
  padding: 6px 12px;
  margin:6px 12px 12px;
  cursor: pointer;
}
#galleryArea > div:hover
{
  background-color: #EBEBEB;
}
#galleryArea > div > div
{
  margin-left: 290px;
  min-height: 150px;
}
#galleryArea > div > img
{
  position:absolute;
  border: 1px solid #EBEBEB;
  height: 150px;
  width: 275px;
}
#galleryArea > div > div > p:nth-child(2)
{
  color:#777;
  margin-bottom: 6px;
}
#galleryArea > div > div > p:nth-child(1)
{
  font-size: larger;
  margin-bottom: 6px;
}
#galleryArea > div > div > p:nth-child(4)
{
  color: #777;
  margin-top: 6px;
  font-size: small; 
}
.motd
{
  font-weight: bolder;
  line-height:30px;
  height:30px;
  word-break: break-all;
  position:absolute;
  /*display:inline;*/
  width:95%;
  overflow:hidden;
}
.consoleOutput, .consoleOutput span, #txtInput
{
  background-color:#151515;
  color:#33AA33;
}
#copyText
{
  z-index: 30;
}
#start
{
  overflow: hidden;
  height: 95%;
}
#copyNote
{
  color:#000;
  font-weight: bold;
}










/*LARGE SCREENS*/
@media (min-width: 992px)
{
  .consoleOutput
  {
    overflow-y:scroll;
    padding:0;
    margin:0;
    width:100%;
    height:85vh;
  }
  #copyText
  {
    position: absolute;
    cursor: pointer;
    white-space: pre;
    -moz-transition: height .6s ease;
    -webkit-transition: height .6s ease;
    -o-transition: height .6s ease;
    transition: height .6s ease;
    height:90px;
    width:96%;
  }
  #copyText.expanded
  {
    height:90vh;
  }
  #copyNote
  {
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: absolute;
    margin-top:100px;
    /*margin-top:12vh;*/
    /*top:6px;*/
    /*height:2vh;*/
    /*line-height:1.8vh;*/
  }
  #copyNote.collapsedView
  {
    /*margin-top: 12vh;*/
    margin-top: 100px;
    /*top: 2px;*/
  }
}



















/*MEDIUM SCREENS*/
@media (max-width: 992px)
{
  .btn-block
  {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .btn-block
  {
    margin: 6px 0px;
  }
  .btn-block.selected
  {
    background-color: #ADADAD;
    border:1px solid grey;
  }
  .motd
  {
    text-align: center;
  }
  .consoleOutput
  {
    overflow-y:scroll;
    height:60vh;
    padding:0;
    margin:0;
    width:100%;
  } 
  #start
  {
    height:65vh;
  }
  #copyText
  {
    height:50vh;
    white-space: pre;
    margin-top: 2vh;
    cursor: pointer;
  }
  #galleryArea
  {
    position: inherit;
    padding: 6px 0px;
    border:0;
    margin:0;
    background-color: white;
    width:100%;
    height:65vh;
  }
  #btnGallery
  {
    display: none;
  }
  #copyText.collapsed, #start.collapsed, #galleryArea.collapsed
  {
    height:0px;
    margin:0;
    padding:0;
    /*display: none;*/
    overflow: hidden;
    border: 0;
  }
  #copyText, #start, #galleryArea
  {
    -moz-transition: height .6s ease;
    -webkit-transition: height .6s ease;
    -o-transition: height .6s ease;
    transition: height .6s ease;
  }
}

















/*EX-EX-SMALL SCREENS -  smaller than bootstrap xs*/
@media (max-width: 600px)
{
  #galleryArea > div > img
  {
    position:inherit;
  }
  #galleryArea > div > div
  {
    margin-left: 0px;
  }
  #copyText
  {
    height:45vh;
  }
}
