/* CSS style sheet for pragramm.php */

div.panel.eventslist 
{ max-width: 700px }
div.event
{
  border-top: 1px solid red;
  margin: 10px 0;
}
div.event div.date
{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 5px 0 0;
  font-size: 120%; font-weight: bold;
}
div.event div.title
{
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin: 5px 0 0;
  font-size: 110%; font-weight: bold; color: #900;
}
div.event div.details 
{
  margin: 10px 0 20px 10px;
}

div.panel.eventslist.pastevents
{
  background: #ccc;
  color: #666;
  font-size: 90%;
}
div.panel.eventslist.pastevents div.event
{
  margin: 2px 0;
}
div.panel.eventslist.pastevents div.details
{
  margin: 2px 0 2px;
  padding: 2px 0;
}

div.url { margin: 10px 0 }

div.panel.eventslist.pastevents div.url { display: none }

div.panel.pastevents picture { display: none }

@media screen and ( max-width: 500px)
{
  div.event div.date, div.event div.title
  {
    display: block;
    width: 100%;
    font-size: 110%;
  }
  div.event div.details { margin: 5px 0 10px 0; }
}


hr.progyear { border: 2px solid #900; margin: 20px 0 10px; }


img.progpic
{
  display: block;
  width: 100%;
  max-width: 600px;
}

div.progheadingtext
{
  margin: 5px;
  /* border: 3px solid #e90; */
  border-radius: 10px;
  padding: 10px;
  color: #633;
  background: #fff8e8;
}

@media screen and (max-width: 500px)
{
  div.progheadingtext { margin: 0 }
}
