/*******************************************************************************
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 ******************************************************************************/

.cell h1 {
    font-family: Verdana,Arial,Sans-serif;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    padding: 10px;
    margin: 0px;
}

#output {
    border: thin solid lightgray;
    padding: 1em;
}


#slidebar {
    width: 100%;
    height: 250px;
    padding-top: 5px;
}

#slidebar2 {
    width: 100%;
    height: 250px;
    padding-top: 5px;
}

#slidecont {
    background: #F9F9F9;
    border: thin solid lightgray;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    margin: 1em;
    font-size: 18px;
    line-height: 22px;
    font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-family: Verdana,Arial,Sans-serif;
}

#slidecont2 {
    background: #F9F9F9;
    border: thin solid lightgray;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    margin: 1em;
    font-size: 18px;
    line-height: 22px;
    font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-family: Verdana,Arial,Sans-serif;
}


.touchslidearticle #slidecont {
    margin-left: -50px;
    margin-right: -25px;
}

#slidecont.sliding {
    border: thin solid orange;
}

.cell {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: thin solid #efeeee;
    background: white;
}

.cell p {
    padding: 10px;
    padding-bottom: 0px;
}

#lehti {
    background: white;
    text-align: center;
    vertical-align:middle;
}


#iphone {
    background: white url('images/iphone.jpg') no-repeat scroll center center;
}

#ipad {
    background: white url('images/ipad.png') no-repeat scroll center center;
}

#android {
    background: white url('images/android.jpg') no-repeat scroll center center;
}

