/*
 Theme Name:   Pielgrzymka Przemyska
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.harmonogram li div {
    display: inline-block;
}

.harmonogram li.current-day  {
    list-style: none;
}


.min-info {
    font-size: 12px;
    line-height: 15px;
    padding: 4px;
    background-color: indianred;
    border-radius: 5px;
    color: #fff;
    margin: 0 10px 2px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}