.sdevs-install-plugin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
}

.sdevs-install-plugin > .sdevs-notice-icon {
  margin-right: 25px;
}

.sdevs-install-plugin > .sdevs-notice-icon > img {
  max-width: 64px;
}

.sdevs-notice-content {
  flex-grow: 1;
  padding: 20px 0px 20px 0px;
}

.sdevs-notice-content > h2 {
  margin-bottom: 5px;
  margin-top: 0;
}

.sdevs-notice-content > p {
  margin: 0;
}

.sdevs-install-notice-button > a {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.sdevs-loading-icon {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  left: 3px;
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}
