@import url("../expound/style.css");
/*
 Theme Name:   Expound Child
 Theme URI:    http://www.marcussite.se
 Description:  Expound Child Theme
 Author:       Marcus Alsterfjord
 Author URI:   http://www.marcussite.se
 Template:     expound
 Version:      1.0.0
 Tags:
 Text Domain:  expound-child
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
.entry-time p {
  margin-bottom: 0px;
}
div.entry-content h3 {
  margin-top: 10px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
div.entry-content ul,
div.entry-content ol {
  margin: 10px 0 0 10px;
}
div.entry-content div.container {
  overflow: hidden;
  margin-top: 30px;
}
div.entry-content div.container div.left {
  width: 26%;
  margin-right: 2%;
  padding: 0 1%;
  float: left;
  background: #F8F8F8;
}
div.entry-content div.container div.left p {
  margin-left: 10px;
}
div.entry-content div.container div.right {
  width: 60%;
  float: left;
}
div.entry-content div.container div.right ol {
  margin: 10px 0 0 30px;
}
div.entry-content div.container div.right ol li {
  margin-bottom: 10px;
}
div.entry-content .entry-author {
  margin: 10px 0 0 5px;
}
