/* 
    Created on : 07.09.2016, 20:46:49
    Author     : Arsen I. Borovinskiy
*/

html {
  margin: 0;
  padding: 0;
}

html,body {
  color: #555; 
  background: #C60000;  
}

.subtitle {
  color: #fff;
}

.card-wrapper {
  text-align: center;
}

.psu-color {
  color: #C60000;
}

.psu-card {
  margin: 2em;
  display: inline-block;
  vertical-align: top;
  max-width: 80%;
}

img.responsive {
  max-width: 100%;
  height: auto;
}

.app-logo {
  height: 2em;
  width: auto;
  margin: 0em .5em;
}

.center {
  text-align: center;
}

.app-panel {
  text-align: center;
  padding: 1em .5em;
  background: #efefef;
  border-top: 1px solid rgba(0,0,0,.1);
  margin: 0;
}

ul.app-panel li {
  display: inline-block;
}

.open-button {
  display: block !important;
  width: 100%;
  text-align: center;
}

.title {
  font-size: 3em;
  line-height: 1.5;
  margin: 1em;
}

.description {
  font-size: 1em;
  line-height: 1.5;
  margin: 1em;
  text-align: left;
}

footer {
  color: #fff;
  margin: 2em;
  font-size: 1.2em;
  text-align: center;
}

a {
  text-decoration: none;
  color: #555;
}

a.elis-button {
  margin: 0;
  padding: 0;
  width: 100%;
}

footer a, footer a.-webkit-any-link {
  text-decoration: none;
  color: #fff;
}

header.mdl-layout__header {
  background: #fff;  
}

.psu_header__logo {
  width: 480px;
  height: auto;
  margin: 1em;
}

.mdl-card__title-text {
  font-size: 32px;
}

h2.mdl-card__title-text {
  color: #C60000;
}