/* Add here all your CSS customizations */

p {
	  margin: 0 0 10px;
}
.sticky-container .sticky-active {
	top: 70px !important;
}

.t-hd h3 {
    margin-top: 40px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#h3-notop {
		margin-top: 0px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.t-hd {
    padding: 0 0 0 0;
    text-align: left;
}

th, .t-normal {
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #ddd;
}

tr:hover{background-color:#f5f5f5}

p{
    text-align: justify;
}

.upper {
		text-transform: uppercase;
}


/* Read More */
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state: ~ .read-more-wrap .read-more-target {
	display: none;
}


.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}


.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger:hover, .read-more:hover {
    color: #ffffff;
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6;
}

.read-more-trigger, .read-more{
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  font-size: .9em;
  line-height: 2;
	
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e67300;
    border-color: #e67300 #e67300 #e65300;

    text-decoration: none;

    transition: all 0.1s;

    padding: 1px 5px;
    border-radius: 3px;

    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.read-more-wrap{
	margin: 0 0 0px;
}

/* 

span.line-break {  
    white-space: pre;
}
*/

span.line-break {display: block;}
span.line-break-newline {
	display: block;
	line-height: 10px;
}