nick1 {
    border-radius: 50%;
}

.holler {
    background-color: #28587B;
}

td .buyInfo a:hover {
    background-color: pink;

}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: white;
}

table.em-calendar thead td {
    background-color: white !important;
    border-color: white !important;
    text-align: center !important;
}

table.fullcalendar td {
    background-color: rgba(0, 40, 80, 0.18);
    padding: 10px;
}

table.fullcalendar tr {
    height: 50px;
}

table.em-calendar td.eventful a {
    color: #c00;
}

table.em-calendar td.eventless-pre, .em-calendar td.eventless-post {
    background-color: #efefef;
    color: white;
}

table.em-calendar td.eventful-post {
    background-color: #c00;
    color: white;
}

table.em-calendar td.eventful {
    background-color: #28587B;
}

table.em-calendar td.eventful a {
    color: #fdb813;
}

table.fullcalendar tr {
    height: 140px;
}

table.em-calendar td.eventful-today {
    background-color: #28587B;
    font-size: xx-large;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    background-color: #c00;
    color: white;
}

.days-names {
    font-size: xx-large;
}

td.month_name {
    font-size: xx-large;
}

.days-names td {
    background-color: white;
    border-color: white;
    text-align: center;
}

table.fullcalendar tr.days-names {
    height: 70px;
}

div.css-search {
    padding: 0px;
}
