.cv-request-create-container {
  display: none;
}

#js-customfield_10002-dropdown-trigger,
#content-wrapper,
.cp-header-item:first-of-type {
  display: none;
}
#dashboard {
  display: none;
}
#noperms {
  color: red;
  text-align: center;
  padding: 40px;
  font-size: 24px;
}
#welcome-container {
  display: block;
  background-color:  rgb(0, 64, 40);
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.injected-link,
.injected-link:active,
.injected-link:focus,
.injected-link:visited {
    padding: 12px 70px;
    border-radius: 5px;
    margin: 20px;
    text-decoration: none;
    display: inline-block;
    color: #333;
    background-color: white;
    font-size: 32px;
}