 .club_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.club_flex_formular {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 5px auto 20px auto;
}

.club_formular{
	min-width: 45%;	
	max-width: 90%;
text-align: center;
	margin: 2px 5px 5px 5px;
}

.club_formular .tcat{
	margin-bottom: 10px;	
}

.club_addclub{
	text-align: center;
	text-transform: uppercase;
	padding: 4px;
color: #0072BC;
}

.club_body{
	width: 23%;
	margin: 5px 8px;
}

.club_desc {
    margin: 5px 0px;
    height: 120px;
    overflow: auto;
    scrollbar-width: none !important;
    font-size: 12px;
    text-align: justify;
    color: #696969;
    background: #121010;
    padding: 10px;
    /* width: 89%; */
}

.clubName {
    font-family: 'Sayyeda';
    font-size: 27px;
    text-align: center;
    background: #00000026 url(../../../images/1dms/bg2.png) repeat-x;
    border-top: 1px solid #444;
    /* border-bottom: 1px solid #0c0c0c; */
}
.clubUndername {
    text-align: center;
    font-size: 11px;
}

.Clubmember {
    background: #1d262d;
    padding: 8px;
    height: 100px;
    overflow: auto;
}
		
		