static/css/shield_study_5/main.css [5:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@import url("chrome://global/skin/in-content/common.css");

html {
  height: 100%;
}

body {
  align-items: stretch;
  display: flex;
  justify-content: center;
  min-height: 100%;
}

.container {
  margin: 10vh 0;
  max-width: 920px;
  padding: 0 10px;
}

.title-container {
  align-items: center;
  border-bottom: 1px solid var(--in-content-box-border-color);
  display: flex;
  margin-bottom: .5em;
  padding-bottom: 1em;
  position: relative;
}

.title {
  flex: 1;
  margin-bottom: 0;
}

.title::before {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



static/css/shield_study_9/main.css [5:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@import url("chrome://global/skin/in-content/common.css");

html {
  height: 100%;
}

body {
  align-items: stretch;
  display: flex;
  justify-content: center;
  min-height: 100%;
}

.container {
  margin: 10vh 0;
  max-width: 920px;
  padding: 0 10px;
}

.title-container {
  align-items: center;
  border-bottom: 1px solid var(--in-content-box-border-color);
  display: flex;
  margin-bottom: .5em;
  padding-bottom: 1em;
  position: relative;
}

.title {
  flex: 1;
  margin-bottom: 0;
}

.title::before {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



