﻿
html, body {
    overscroll-behavior: none;
    font-size:90%;
}

#footPhone {
    display: none;
}

#footPadL {
    display: block ;
    color:yellow;
}

#footPadP {
    display: none;
}

#footPC {
    display: none;
}



.navTitleText {
    display: none;
}

/*Locolist*/

#locolist_sets{
    overflow-y:auto;
    height:500px;
    -webkit-overflow-scrolling: touch;
}

.codetable {
    overflow-y: auto;
    height: 600px;
    -webkit-overflow-scrolling: touch;
}

.llClassList {
    -webkit-overflow-scrolling: touch;
}

.llContainer0{
    height:80vh;
}

.llContainerB {
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scrollableform {
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.container {
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
}


.hidephotocard {
    display: none;
}


#BoardList {
    overflow-y: auto;
    height: 600px;
    -webkit-overflow-scrolling: touch;
}

#Posts {
    overflow-y: auto;
    height: 600px;
    -webkit-overflow-scrolling: touch;
}
#CMSPage {
    overflow-y: auto;
    height: 800px;
    -webkit-overflow-scrolling: touch;
}