﻿.comp-scrolling-wrapper {
    overflow-x: hidden;
    position: fixed;
    top: 75px;
    bottom: 50px;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: black;
    height: calc(100% - 132px);
    background-color: #eeeeee;
}
.comp-card {
    position: absolute;
    top: 0px;
    display: inline-block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: black;
    min-height: calc(100% - 132px);
    background-color: #eeeeee;
}
.club-scrolling-wrapper {
    overflow-x: hidden;
    position: fixed;
    top: 75px;
    bottom: 50px;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: black;
    height: calc(100% - 132px);
    background-color:#eeeeee;
}
.club-card {
    position: absolute;
    padding-top:7px;
    top: 0px;
    display: inline-block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: black;
    min-height: calc(100% - 132px);
    background-color:#eeeeee;
}

