
html, body {
    scroll-behavior: smooth !important;
}

p {
  font-size: 18px !important;
  line-height: 1.3em !important;
}

span {
    font-size: 1.2857142857142858rem;
}

ul, ol, li {
    font-size: 1.2857142857142858rem;
}

img{
    border: none;
}
.main img{
    /* max-width: 563px; */
    max-width:100%;
    height:auto;
}
.sidebar-2 img{
    max-width: 285px;
	float:right;
}

img.center{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

ul li {
    list-style-position: outside;
	margin-left: 0px;
}

html, body{
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
    /* padding-top: 10px; */
    height: 100%;
    font-size: 14px;
    line-height: 19px;
    /*font-family: 'Roboto', Verdana, sans-serif;*/ /* This is the original font used on recovery web */
	font-family: Calibri, sans-serif;

    font-weight: 400;
    color: #666;
    width:100% !important;
}


/* Images */

img{
    border: none;
}

.sidebar-2 img{
    max-width: 285px;
}
img.center{
    margin-left: auto;
    margin-right: auto;
    display: block;
}



button[type="submit"]{
    cursor: pointer;
}

button[type="button"]{
    cursor: pointer;
}

input[type="button"]{
    cursor: pointer;
}
input[type="submit"]{
    cursor: pointer;
}





/* .class1 a {
    color: #3366CC;
	text-decoration: none;
}

.class1 a:hover  {
    color: #3366CC;
	text-decoration: underline;
}
.class2 a {
    color: #666;
	text-decoration: none;
}

.class2 a:hover  {
    color: #3366CC;
	text-decoration: underline;
} */

.containerform{
    margin: 40px auto 40px auto;
    width:800px;
    padding: 0 20px 0 20px;
}
.headerform{
    width: 80%;
    height:100px;
    clear: both;
    border-bottom: 1px solid #999;
    margin-bottom:40px;
    padding-bottom: 28px;
    position: relative;
}
.mainform{
    width:563px;
    float: left;
    /*border-left: 1px solid #999;*/
    padding: 0 30px 0 30px;
}
iframe.noScrolling{
           width: 560px; /*or any other size*/
           height: 400px; /*or any other size*/
           overflow: auto;
        }

.program{
	line-height: 1.0em;
	}
.programday{
	line-height: 1.6em;
}

.register {
	color: #E10000; 
	float: right;

}

#img-left {
	margin: 10px 10px 10px 0;
	float: left;

}
.border-bottom{
	border-bottom: 1px solid black;
	}

#invoice {
	color:#000;
}
.abstracttable { 
	background-color:#edebeb;
	border-collapse:collapse; 
}

.abstracttable th { 
	background-color:#D1D0CE;
	color: #FFFFFF;
}

.abstracttable td, .abstracttable th { 
	padding:5px;
	border:1px solid #000; 
}
 
 .regtable { 
	background-color:#FFF;
	border-collapse:collapse; 
}

.regtable th { 
	background-color:#D1D0CE;
	color:#FFFFFF;
	/*width:50%;*/ 
}

.regtable td, .regtable th { 
	padding:5px;
	border:1px solid #D8D8D8; 
}

#abspage {
    float:left;
    width:100%;
	overflow: hidden

}
div#fullabstract{
    width:60%;
    float:left;
    padding:5px;
}

div#absevaluation{
    width:20%;
    float:left;
    
}

.abstractevaluation{ 
    width: 1080px; 
}

.abstract{ 
    width: 700px; 
    float: left; 
}
.evaluation{ 
    width: 300px; 
    float: right;
}
.clear{ 
    clear: both; 
}


fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove (internal value);
} 

/* ol li {
  list-style-type: none;
  position: relative;
  margin: 2px;
  padding: 0.5em 0.5em 0.5em 14em;
  background: lightgrey;
  font-family: sans-serif;
} */