Template:CU-Boulder/cu2015protocols

@charset "UTF-8"; /* CSS Document */

/***********These are from the CU style sheet ************/ h1, h2, h3, h4, h5 {

   /*border-bottom: medium none;*/
   font-family: Georgia,Times,"Times New Roman",serif;
   font-weight: bold;
   text-decoration: none;
   line-height: 145%;

} h1 {

   font-size: 30px;
   margin-top: 10px;
   padding-bottom: 5px;
   padding-top: 20px;
   line-height: 145%;

/*border: 2px solid red;*/ } /***********End from CU style sheet *****************/

div h2 {

   font-weight: bold;
   font-size: 24px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-top: 0px;
   margin-bottom: 0px;

/*border: 2px solid blue;*/ } div h3 {

   font-weight: bold;
   font-size: 21px;
   margin-top: 15px;
   margin-bottom: 10px;
   margin-left: 15px;
   padding-top: 10px;
   padding-bottom: 10px;

/*border: 2px solid purple;*/ line-height: 100%; } article {

   margin-left: 20px;

} article div {

   margin-left: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   line-height: 135%;
   font-size: 18px;
   list-style-position: inside;

} article div ul li {

   list-style: square inside;
   margin-top: 3px;
   margin-bottom: 2px;
   /*line-height: 100%;*/

} ul.b {

   list-style: circle inside;

} ul.c {

} article div ol li {

   margin-top: 2px;
   margin-bottom: 2px;

} ol.b {

   list-style-type: lower-alpha;

}

ol.c{

   list-style-type: lower-roman;

} p {

   margin-bottom: 0px;
   margin-top: 30px;
   padding-bottom: 0px;
   font-size: 20px;

} article div table {

   background-color: transparent;
   margin-left: 10px;

} article div table td {

   padding-right: 50px;
   font-size: 18px;

} p.note {

   font-size: 14px;

} p.table_title {

   margin-bottom: 5px;
   font-weight: bold;

}

table.striped{

   width:100%; 
   border-collapse:collapse;
   margin-left: 20px; 

} table.striped tr:nth-child(1){

   /*background-color: grey;*/
   color: white;
   border-style: solid;
   border-width: 2px;

}

table.striped tr{

   background: #b8d1f3;

} table.striped th {

   padding-top: 5px;
   padding-bottom: 5px;
   font-size: 20px;
   text-align: left;
   padding-left: 7px;

} table.striped td{

   padding:7px; border:#5B9875 1px solid;

}