/**
 * @file
 * Bartik layout styling.
 */

/**
 * Container
 */
.layout-container {
  box-sizing: border-box;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

@media all and (min-width: 851px) {
  .layout-container {
    max-width: 1170px;
  }
}

/**
 * Main
 */
.layout-main-wrapper {
  min-height: 300px;
  font-size: 16px;
}
.layout-main {
  margin-top: 60px;
  margin-bottom: 40px;
}

.layout-main-wrapper .main-content{
  width:100%;
}

/**
*  Bottom
*/

div#bottom {
  padding: 40px 0px 72px 0px;
  border-top: 0;
  top: 0px;
  border-bottom: solid 14px;
  position: relative;
}

/**
* Forward Button
*/

a.forward-page,
a.forward-page:visited{
  background-color: #E7E5E3;
color: #100100;
padding: 4px 5px;
border-radius: 4px;
text-shadow: 1px 1px #fff;
font-weight: normal;
}

a.forward-page:hover{
  background-color: #D7D5D3;
  color: #100101;
  text-decoration: underline;
}

img.align-left {
  margin: 20px;
  border: 1px solid #4F9970;
  padding: 2px;
}

/* ---- TTI Information Page Colors ------ */
span.list-title{
	font-weight: bold;
}

/* ----- Working Papers -----*/
#edit-field-categories-target-id--2,
#edit-field-categories-target-id {
    height: 85px;
}