﻿
#personalPanel{
    position:fixed;
    top:0px;
    left:-100%;
    background-color: white;
    width: 100%;
    color:white;
    display: block;
    z-index:999986;
    height: 100%;
    border:solid 0px darkgrey;
}
#personalDetails {
    position: absolute;
    width:100%;
    height:100%;
    padding:0px;
    display: table-cell;
    font-size: 14px;
    color:black;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 90%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
  background-color: #efefef;
  color:black;
}
#FAVCMP {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-bottom: 0px solid silver;
    padding-top: 0px;
    padding-bottom: 4px;
    margin-top: 5px;
    max-height: 100%;
    overflow-y: hidden;
    width:100%;
}
#FAVCLB {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-bottom: 0px solid silver;
    padding-top: 0px;
    padding-bottom: 4px;
    margin-top: 5px;
    max-height: 100%;
    overflow-y: hidden;
    width: 100%;
}
.clubbutton {
    display: inline-block;
    width: 50px;
    height: 60px;
    color: black;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 1px;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    padding: 10px;
    font-size: 14px;
    background-color: white;
    letter-spacing: 1px;
    line-height: 20px;
    position: relative;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.clubbuttonsmall {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: black;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 1px;
    border-bottom: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    padding: 10px;
    font-size: 14px;
    background-color: white;
    letter-spacing: 1px;
    line-height: 20px;
    position: relative;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.cblogo{
    position:absolute;
    left:9px;
    top:7px;
}
.cbtext {
    position: absolute;
    left: 5px;
    top: 38px;
    white-space:nowrap;
    overflow:hidden;
    width:calc(100% - 10px);
    font-size:11px;
    text-align:center;
}
.cbtextsmall {
    position: absolute;
    left: 5px;
    top: 38px;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 10px);
    font-size: 10px;
    text-align: center;
    letter-spacing:normal;
}
.hideblock{
    display:none;
}