body {
  font-family: 'Lato-Regular', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #E5E5E5;
  background-color: #0D0D0D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 16px; }

p {
  font-size: 14px;
  line-height: 18px;
  color: #999999; }

b {
  color: #E5E5E5; }

strong {
  font-family: 'Lato-Bold', sans-serif; }

.content {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: inherit; }

.small-dpi h1 {
  font-size: 16px; }

.small-dpi .uninstalled-apps-status {
  flex: 0 0 45px; }

.small-dpi .app-footer {
  padding-top: 18px; }

.small-dpi .featured-app, .small-dpi .form-classic b {
  transform: scale(0.9); }

.small-dpi .uninstall-apps-section {
  height: 150px; }
