.club-horizontal-section{margin-bottom:20px}
.descriere{font-size:18px}
.descriere p{line-height:1.5}
.holds-cluburi-sigla{background-repeat:no-repeat;width:150px;height:150px;background-size:contain;margin-right:40px}
.holds-cluburi-detalii{padding-top:15px}
.sportiv-item{display:flex;width:auto;flex-direction:column;padding:0px 14px 10px;justify-content:space-evenly;align-items:center;height:170px;background-color:lightgray;margin:0 10px 15px;border-radius:6px}
.echipa-row{display:flex;flex-wrap:wrap}
.echipa-sportiv-item{display:flex;padding:8px;border-radius:4px;margin:0 6px 12px;border:1px solid}
.echipa-sportiv-item h5{max-width:160px}
.echipa-sportiv-item .sportiv-foto{display:block;width:120px;height:120px;border-radius:50%;background-repeat:no-repeat;background-size:cover;margin-right:12px}
.echipa-sportiv-item .sportiv-details{padding:5px 8px 5px 0px}
@media screen and (max-width:768px) and (min-width:401px){.echipa-sportiv-item{flex-direction:column}.echipa-sportiv-item .sportiv-foto{margin:0 auto}.echipa-sportiv-item .sportiv-details{text-align:center;padding-right:0}.echipa-sportiv-item .sportiv-details p{margin-bottom:0}}
@media screen and (max-width:400px){.echipa-sportiv-item{width:100%}}
.form-control{box-shadow:2px 2px 4px rgba(0,0,0,0.1)}
.club-item{position:relative;padding:10px 16px;margin:0 10px 20px;display:flex;flex-direction:column;align-items:center;width:145px;text-align:center;justify-content:space-between;border-radius:4px;border:1px solid lightgray;box-shadow:4px 4px 4px rgba(0,0,0,0.1)}
.club-item .club-sigla{display:block;width:100px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center}
.club-item:hover{background-color:rgba(211,211,211,0.25)}