span.pvr_description {
font-family: Assistant, sans-serif;
}

div.page-header {
border-color: #f08050;
border-width: 2px;
border-radius: 10px 10px 10px 10px;
}

div.pvr_box {
border-color: #f08050;
border-width: 2px;
border-radius: 10px 10px 10px 10px;
}

button.pvr_button {
background: var(--mintcake);
color: var(--cloudy);
border-radius: 10px;
}
button.pvr_close {
background: var(--granite);
color: var(--cloudy);
border-radius: 5px;
}
span.pvr_help {
background-image: url=("/media/lib_ramblers/images/help.png");
}
span.pvr_help_x {
background-image: "/media/lib_ramblers/images/help.png";
}
img.pvr_icon {
height: 20px;
width: 20px;
}

.Tuesdayeven,
.Wednesdayeven,
.Thursdayeven {
	background: var(--rosycheeks); 
	background-image: linear-gradient(to bottom, var(--rosycheeks), #eeeeee);
}

.Saturdayeven,
.Sundayeven {
	background-color: var(--mintcake);
	background-image: linear-gradient(to bottom, var(--mintcake), #eeeeee);
}

.Tuesdayodd,
.Wednesdayodd,
.Thursdayodd {
	background: var(--rosycheeks); 
	background-image: linear-gradient(to bottom, var(--rosycheeks), #ffffff);
}

.Saturdayodd,
.Sundayodd {
	background-color: var(--mintcake);
	background-image: linear-gradient(to bottom, var(--mintcake), #ffffff);
}

.granite {
	color: var(--granite);
}
	 background: var(--rosycheeks); 
	background-image: linear-gradient(to bottom, var(--rosycheeks), #eeeeee);
}

.Saturdayeven,
.Sundayeven {
	background-color: var(--mintcake);
	background-image: linear-gradient(to bottom, var(--mintcake), #eeeeee);
	
}

.granite {
	color: var(--granite);
}
h3.Sunday,
h3.Monday,
h3.Tuesday,
h3.Wednesday,
h3.Thursday,
h3.Friday, 
h3.Saturday  {
font-weight: bold;
font-size: 1em;
margin: 0;
}

/* Dropdown container DIV */
.pvr_map_dropdown {
    position: relative; 
    display: inline-block;
/*    background:  yellow; */
}

/* Dropdown button */
.pvr_map_dropbtn {
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--mint_cake);
    color: var(--granite);
    border: 1px solid transparent;
    /* padding: .375rem .75rem; */
/*    font-size: 1rem;
    line-height: 1.5;
/* */
    border-radius: .25rem;
    text-align: center; */
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    outline: 0;
    transition: .15s ease-in-out;
}

.pvr_dropbtn:hover {
    background-color: var(--mint_cake);
}
/* */


/* Dropdown menu (Hidden by Default) */
.pvr_map_dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; /* */
    min-width: 160px;
    /* padding: 8px 0; */
    background: white;
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.2);
    z-index: 1; 
}

/* Links inside the dropdown menu */
.pvr_map_dropdown-menu a {
    color: #000;
    padding: 5px 16px 0, 16px;
    text-decoration: none;
	text-align: left;
    display: block;
}

/* Change bg-color of dropdown links on hover */
/* */
.pvr_map_dropdown-menu a:hover {
    background-color: var(--sunset); /* */
	color: var(--cloudy);
    text-decoration: none;
    display: block;
}
/* */
/* Show the dropdown menu on hover */
.pvr_map_dropdown:hover .pvr_map_dropdown-menu {
    display: block;
}

/* Caret */
.pvr_map_caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/* Dropdown menu Header */
.pvr_map_dropdown-menu .pvr_dropdown-header {
    color: #777;
/*    font-size: .8rem; */
    padding: 8px 16px;
}
.pvr_dropdown-header {
	display: block;
}

.pvr-info-columnx {
  /* float: left;
    /* color: green; */
    padding: 4px;
/*    font-size: 1.2em; */
    font-weight: 600;
    font-family: assistant;
  /* height: 1em; /* Should be removed. Only for demonstration */
}
/*
.pvr-info-left, .pvr-info-right {
    width: 25%;
    font-weight: 600;
    /* background: green; */
/*}
.pvr-info-right {
    width:58%;
    float: right;
    text-align: right;
}
/* */
.pvr-info-middle {
  /* width: 17%; */
    text-align: center;
}

/* override the default setting for the Month head */
h3.ra.walk.month {
	text-align: center;
	background: var(--mintcake);
}

.pvr_row {
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
}

.pvr_hide {
	display: none;
}

@media (min-width: 600px) {
/* Create three unequal columns that /*floats next to each other */
.pvr_column {
  float: left;
  padding: 10px;
 /* height: 300px; /* Should be removed. Only for demonstration */
}

.pvr_left, .pvr_right {
  font-weight: bold;
  width: 39%;
}
.pvr_right {
  text-align: right;
}

.pvr_middle {
  width: 22%;
	text-align: center;
}


/* Clear floats after the columns */
.pvr_row:after {
  content: "";
  display: table;
  clear: both;
}
.pvr_hide {
	display: block;
}

}
