﻿body {
}

#footPhone {
    display: block;
    color:yellow;
       
}

#footPadL {
    display: none;
}

#footPadP {
    display: none;
}

#footPC {
    display: none;
}

.llistPhotoPanel{
    width:100%;
}

.llistPhoto{
    width:100%;
}


.navTitleText
{
    display:block;
    color:white;
    font-size:larger;
}


.llHeader{
    display:none;
    overflow-y:auto;
}


.addphotocard {
    max-width: 360px;
    background-color: #c3c3c3;
}

.hidephotocard {
    display: none;
}

.llContainerB {
    height: auto;
    max-height: unset;
    -webkit-overflow-scrolling: touch;
}

.llContainerA {
    overflow-y: auto;
    height:80vh;
}

.llClassHeader{
   height:auto;
   overflow-y:visible;
}

#llClassName{
    display:none;
}



#BoardList {
    overflow-y: auto;
    height: 800px;
    -webkit-overflow-scrolling: touch;
}

#Posts {
    overflow-y: auto;
    height: 800px;
    -webkit-overflow-scrolling: touch;
}

#CMSPage {
    overflow-y: auto;
    height: 800px;
    -webkit-overflow-scrolling: touch;
}


.dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


#locolist_sets {
    overflow-y: auto;
    height: 750px;
    -webkit-overflow-scrolling: touch;
}

.codetable {
    overflow-y: auto;
    height: 800px;
    -webkit-overflow-scrolling: touch;
}


#maincontainer {
    overflow-y: auto;
    height: 800px;
    -webkit-overflow-scrolling: touch;
}


#phone-footer-space
{
    height:20px;
}