/*****************************/
/** Wartości custom dla widoku: Siatka prelegentów  **/
/*****************************/

.speakerName {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.speakerInfo {
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.speakerImg {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

#PrelegenciGrid {
    
}

