h1 {
  overflow: hidden;
  margin: 0px;
  margin-bottom: 10px;
  /* margin-left: 10px; */
  text-decoration: underline;
  text-decoration-color: #EA4335;
  color: #707070;
  font-family: avenir black;
  font-size: 30px;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

body{
  margin-top: 50px;
  margin-left: 20px;
  background: white;
  color: #4286F5;
  font-family: avenir;
  font-size: 12px;
  vertical-align: top;
  max-height: 100%;
  overflow: scroll;
  
 }

div.browserCard{
  display: inline-block;
  /* font-size: 12px; */
  overflow: scroll;
  vertical-align: bottom;
  line-height: 25px;
  padding-right: 10px;
}

.browserCards {
  position: relative;
  max-height: 100%;
  overflow-y: scroll;
  width: calc(100% - 200px);
  display: block;
  float: left;
}

.lists {
  text-align: right;
  padding-right: 20px;
  position: fixed;
  overflow-y: scroll;
  max-height: 100%;
  /* column-count: 2; */
  /* column-gap: 5px; */
  width: 150px;
  right: 0;
  top: 0;
  vertical-align: top;
  color: #4286F5;
  font-size: 12px;
  font-family: avenir;
  font-size: 10;
  border: 2px;
  background: #4286F5;
}

.lists:hover{
  border: 0px;
  background: white;
  overflow: scroll;
}

@media screen and (min-width: 1921px)   {
	.browserCards {
    width: calc(100% - 200px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px)   {
	.browserCards {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 767px) {
	.browserCards {
    width: calc(100%);
    height: calc(100% - 200px);
	}
}

@media screen and (max-width: 360px){
  .browserCards{
    width: calc(100% - 50%);
    /* height: calc(100% - 50%); */
    overflow-y: scroll;
    vertical-align: bottom;
    font-size: 12px;
  }

  .lists{
    /* max-width: calc(100% - 50%); */
    width: 100px;
    background: white;
    font-size: 10px;
    /* color: #EA4335; */
    border-left: 5px solid #EA4335;
  }
}

@media screen and (max-width: 768px){
  .browserCards{
    width: calc(100% - 200px);
    /* height: calc(100% - 50%); */
    overflow-y: scroll;
    vertical-align: bottom;
    font-size: 12px;
  }

  .lists{
    /* max-width: calc(100% - 50%); */
    width: 100px;
    background: white;
    font-size: 10px;
    /* color: #EA4335; */
    border-left: 5px solid #EA4335;
  }
}

span.site{
  text-decoration: line-through;
}

span.location{
  color: transparent;
	text-shadow: 0 0 8px #4286F5;
}

span.privacy{
  border: 2px;
  background: #4286F5;
}

span.nothing{
  font-size: 25px;
}

span.corona{
  color: #EA4335;
}
