/* app css stylesheet */

body {
    
  padding-top: 20px;
  
}


P{ 
 
   font-weight: cursive;

}


.sessions {
  list-style: none;
  font-family: 'Josefin Sans', sans-serif;
}

.thumb {
  float: left;
  margin: -1em 1em 1.5em 0em;
  padding-bottom: 1em;
  height: 100px;
  width: 100px;
}

.sessions li {
  clear: both;
  height: 100px;
  padding-top: 20px;
  padding-left:20px;
   font-family: 'Josefin Sans', sans-serif;
   font-size:125%
   
}

.sessions select {
  font-family: 'Josefin Sans', sans-serif;
   font-size:140%
   
}
.sessions p {
    font-family: 'Josefin Sans', sans-serif;
    font-size:125%
    }

/** Detail View **/
img.sessio {
  float: left;
  border: 1px solid gray;
  margin-right: 3em;
  margin-bottom: 2em;
  background-color: white;
  padding: 2em;
  height: 800px;
  width: 800px;
}

ul.sessio-thumbs {
  margin: 0;
  list-style: none;
}

ul.sessio-thumbs li {
  border: 1px solid black;
  display: inline-block;
  margin: 1em;
  background-color: white;
}

ul.sessio-thumbs img {
  height: 100px;
  width: 100px;
  padding: 1em;
}

ul.sessio-thumbs img:hover {
  cursor: pointer;
}


ul.specs {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.specs > li{
  display: inline-block;
  width: 200px;
  vertical-align: top;
}

ul.specs > li > span{
  font-weight: bold;
  font-size: 1.2em;
}

ul.specs dt {
  font-weight: bold;
}

h1 {
  border-bottom: 1px solid gray;
 
}
