﻿
.pageHeader {
    width:100%;
    max-width: 100%;
    height: auto;
    vertical-align:middle;
    text-align:center;
    background-color:#006C68;
}
.pageSubHeaderText {
    font-family: Arial, Helvetica;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    color: darkgreen;
    text-align: center;
}

.cssPageText {
    font-family: Arial, Helvetica;
    font-size: 16px;
    color: darkolivegreen;
    font-weight: normal;
    text-align: left;
    padding-left: 5px;
}

.pageFooter {
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    color: darkgreen;
}

.pageFooterLink {
    font-family: Arial, Helvetica;
    font-size: 12pt;
    font-weight: normal;
    color: darkgreen;
    text-align:center;
}
.itemHeader {
    font-family: Arial, Helvetica;
    font-size: 22px;
    text-align: left;
    color: yellow;
    font-weight: bold;
    padding-left: 10px;
}

.itemText {
    font-family: Arial, Helvetica;
    font-size: 16px;
    text-align: left;
    color: lightgray;
    font-weight: normal;
    padding-left: 10px;
}

.imageIcons {
    text-align:center;
    vertical-align:middle;
}

.planiwareImages{
    max-width:75%;
    height:auto;
    text-align:center;
}

.newSeriesIcons {
    height: 150px;
    width:auto;
    text-align: center;
}

.cssLabel {
    font-family: Arial, Helvetica;
    font-size: 18px;
    color: darkolivegreen;
    font-weight: normal;
}

.elipsisButton {
    background-color:#006C68;
    vertical-align:middle;
    text-align:left;
    padding-left:5px;
}

.videoPlayer{
    /*width:560px;*/
    height:auto;
    text-align:center;


}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .videoPlayer{width:300px;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .videoPlayer {
        width: 300px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .videoPlayer {
        width: 560px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .videoPlayer {
        width: 640px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .videoPlayer {
        width: 800px; height:600px;
    }
} 

.wikiIFrame{
    border:none;
    width:100%;
    height:400px;
}

.wikiMenuItems{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:darkslategrey;
    vertical-align:top;
}

.wikiText {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: dimgray;
}

.wikiImages {
    width:75%;
    height:auto;
    text-align:center;
    align-content:center;
}