.container-page-pssst .important-item {
   text-align: center;
   color: #861326;
   font-weight: bold;
   font-size: 2rem;
   margin-top: 10px;
   margin-bottom: 30px;
}

.container-page-pssst li {
    margin: 9px 0;
}

.container-page-pssst .img-pres {
    text-align: center;
}

.container-page-pssst h1 {
    margin-top: 20px;
    font-size: 1.5em;
}

.container-page-pssst h1.in-house {
    color: blue;
}

.container-page-pssst h1.out-house {
    color: #d31b9c;
}

.container-page-pssst p.citation {
    margin-top: 50px;
    font-style: italic;
}

.container-page-pssst img.pres {
    margin: 20px auto;
    width: 70%;
    border: 1px solid #cecccc;
    border-radius: 10px;
    -moz-box-shadow: 4px 4px 5px 1px #969696;
    -webkit-box-shadow: 4px 4px 5px 1px #969696;
    -o-box-shadow: 4px 4px 5px 1px #969696;
    box-shadow: 4px 4px 5px 1px #969696;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#969696, Direction=134, Strength=5);
}

div[id^=slide] {
    height: 90px;
    line-height: 90px;
    width: 100%;
    color: #FFF;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: Roboto;
    margin-top: 30px;
    margin-bottom: 30px;
}

div[id^=slide]:hover {
    cursor: pointer;
}

div[id^=slide] img {
    margin-left: 20px;
    margin-right: 40px;
}

div#slide0 {
    background: url(/image/pssst/part0.png) no-repeat;
    background-position: 98% 50%;
    background-color: #62D256;
}

div#slide1 {
    background: url(/image/pssst/part1.png) no-repeat;
    background-position: 98% 50%;
    background-color: #62D256;
}

div[id^=text-part] {
    margin-top: 10px;
}