@media only screen and (max-device-width: 600px) {
  .roxDbg {
    width: 100% !important;
    height: 100% !important;
  }
}

.roxDbg {
  border-radius: 3px;
  border: 1px solid rgb(220,220,220);
  margin: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.roxTitle {
  background-color: rgba(222,222,223,0.3);
  font-size: 22px;
  padding: 28px 24px;
}

.roxNamespace {
  padding: 18px 24px;
  color: #747474;
  background: rgba(222,222,223,0.3);
}

.roxTitle a {
  -webkit-transition: color 0.10s ease-in-out;
  -moz-transition: color 0.10s ease-in-out;
  -ms-transition: color 0.10s ease-in-out;
  -o-transition: color 0.10s ease-in-out;
  font-family: 'Arial';
  cursor: pointer;
  font-weight: 800;
  font-size: 20px;
  color: #838383;
}

.roxTitle a:hover {
  color: #2E97E5;
}

.roxSearch {
  padding: 14px 24px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.roxSearch a {
  color: #2E97E5;
  cursor: pointer;
}

.roxFlagsList div:last-child {
  border-bottom: none
}

.roxSearch input {
  -webkit-transition: border-bottom 0.30s ease-in-out;
  -moz-transition: border-bottom 0.30s ease-in-out;
  -ms-transition: border-bottom 0.30s ease-in-out;
  -o-transition: border-bottom 0.30s ease-in-out;
  transition: border-bottom 0.30s ease-in-out;
  box-shadow: none;
  border: none;
  padding: 5px 2px;
  outline: none;
  border-bottom: 1px solid white;
  font-size: 14px;
}

.roxSearch input:focus {
  box-shadow: none;
  border: none;
  padding: 5px 2px;
  outline: none; 
  border-bottom: 1px solid #d4d4d4;
}

.roxFlag {
  font-size: 18px;
  margin: 0 24px;
  padding: 24px 0;
  border-bottom: 1px solid #d4d4d4;
}

.roxFlag select {
  font-size: 14px;
  background: transparent;
  outline: none;
  height: 30px;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 0px 0px 1px #cfcfcf;
}

.roxFlagSub {
  font-size: 12px;
  color: #666666;
}
