#editor, #output{
    width: 600;
    height: 400px;
  }

  .mobile-buttons {
    border: 1px solid #333;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
  }
  button{
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    border: none;
  }


  #runCode, #runCode-mob{
    background: blue !important;
    color: white !important;
  }

  #runCode-mob{
    width: 100%;
  }
  .action-button{
    display: flex;
  }

  #input-mob.active , #output-mob.active{
    background-color: cadetblue;
    color: white;
}
#output-mob{
  color: #333;
}
.codeExample{
  background: grey !important;
}
.codeExample:hover{
  background: #585757 !important;
}

