pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

.editedta
{
  border: dashed 2px red;
}

.photographer
{
  margin-top:6px;
  padding:4px;
  border:1px solid;
}


.CodeMirror
{
    border: 1px solid #ccc;
}


.footer {
    /*position: fixed;
    bottom: 0;
    width: 100%;
    min-height:40px;
    height:40px;*/
    margin-top:60px; 
}

.snippet-index
{

  overflow: hidden;
  max-height:750px;
  margin-bottom: 30px;
  background-color: #fff;

}

.navbar
{
  margin-bottom:0px!important;
}

.site-privacy
{
  margin-top:60px;
}

.snippet-list, .tags-list
{
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll; 
}


.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    
}
ul.list-group-flush
{
    padding-left:0px!important;
}


.navbar-brand
{
    padding:7px 15px!important;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    align-items: center;

}

.sidebar-labels, .sidebar-snippets
{
    overflow-y: scroll;
}



.flex-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.with-text-overflow {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#app {
  display: flex;
 
}

#snippets {
  
}

#page-wrapper {
  display: none;
  padding-top: 5px;
}

.menu-top {
  background: white;
  padding: 0.65em 0.75em;
}

.content p:not(:last-child) {
  margin-bottom: 0;
}

.sidebar {
  position: relative;
 /* width: $sidebar-width;*/
  z-index: 1;
}


.main {
  position: relative;
 
}

.sidebar,
.main {
  background: white;
  overflow: auto;
  z-index: 1;
}

.form-footer {
  bottom: 0;
  margin-top: 1.5rem;
  display: flex;
}

.level.is-mobile .level-item {
  margin-right: 0;
}

.label-edit-wrapper {
  margin-left: 0.35em;
}

.editor {
  /*font-size: $code-size;*/
  height: calc(100vh - 272px);
  min-height: 200px;
  width: 100%;

}


