/*
 * CSHL-maintained global CSS file for Learning and Memory
 */

/* add styles below */


div#col-3-widget-placeholder p {
  font-size: 90%;
  padding-left: 15px;
padding-bottom: 10px;

padding-right: 15px;;

  border: 1px solid #ffffff;
margin: .2em .4em;

  }
/* sample widget styling */
div#col-2-widget-placeholder p {
  font-size: 60%;
  padding: 1em;
  border: 1px solid #a0a0a0;
  margin: .5em 1em;
}
div#pageid-home div#col-3-widget-placeholder p {
  color: #880000;
}
div#pageid-search div#col-2-widget-placeholder p {
  color: #000088;
}
div#pageid-search div#col-3-widget-placeholder p {
  color: #008800;
}

/* end sample */

#pageid-home #content-block .main-block .other-pub {
   margin-left: 10px;
    margin-bottom: 1em;
padding-left:5px;
padding-right:5px;
padding-bottom:7px;
padding-top:5px;
    width: 252px;
    color:#333333;
    /* background-color: #a95219; */
   text-align:center;
}
#mypubs {
        padding-left:2px;
       padding-top:0px;
        padding-right:0px;
       line-height:1.0em;
}
#mypubs a {
        font-size:85%;
        color:#666666;
        line-height:90%;
}
#mypubs a:hover {  
   border-bottom:1px dotted #333333;
         color:#333333;
}
#mypubs a:visited {
        border:0px;
         color:#666666;
}
#cookie-law { 
    
    background:#dedede; 
    margin: 0 auto;
  text-align:center;
   /* border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px; */
position:fixed;left:0;bottom:0px;width:100%;
    
 
  z-index: 999;

}
#cookie-law p { 
    padding:10px; 
    font-size:.8em; 
    font-weight:normal; 
    text-align:center; 
    color:#000000; 
    margin:0;
   padding-left:20px;
   line-height:140%;
}
#cookie-law p a:link {
  text-decoration: none;
  color: #202088;
  font-weight:bold;
}
#cookie-law p a:visited {
  text-decoration: none;
  color: #581858;
}
#cookie-law p a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #202088;
  color: #202088; 
  text-decoration:none;  
}