/*
 * Rules & styles for lectures
 *
 */

@import 'main.css';
@import 'news.css';

/* Switch off DFKI logo */
#dfkilogo {
  display: none;
  }

/*
#cxl-link {
  display: inline;
  }
*/


img.cover { 
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  box-shadow: 5px 5px 5px #444;
  -moz-box-shadow: 5px 5px 5px #444;
  -webkit-box-shadow: 5px 5px 5px #444;
  }

p.bookitem {
  clear: left;
  margin-bottom: 1.5em;
  }

pre.code, pre.literal-block {
  border-top: thin dashed black;
  border-bottom: thin dashed black;
  padding: 5px;
  background-color: #F0F0F0;
  }


/* Displayed paragraphs */
p.display, p.alertdisplay { 
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
  }

p.alertdisplay {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: thin dashed black;
  background-color: #feffb3;
  }
