/*Type your CSS code here*/

html{}
body{}

/*clear of floating elements*/
.clearfix:after {content: ""; display: table; clear: both;}

#fullscript {width:840px;}


#labelscript{
    margin: 100px auto;
    width: 150px;
    height: 150px;
    border: 5px solid #f77601;
    border-radius: 10px;
    background-image: url(../img/dvutavr.jpg);
    background-size: cover;
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
}
.labelscript>p{
    margin: 25px auto;
}
.boxscript {width:840px; float:left; border:1px dotted #000; margin: 10px 10px 10px 150px;}
 
.soursescript
{
	margin: 10px;
	float:left;
    width: 250px;
    height:650px;
    border: 5px solid #f77601;
    border-radius: 10px;	
}
.indexscript, .expectscript
{
	margin: 10px;
	float:left;
    width: 250px;
    height:650px;
    border: 5px solid #f77601;
    border-radius: 10px;	
}

.titlescript{
	margin: 10px 0 0 150px;
    width: 840px;
    height:100px;
    border: 5px solid #f77601;
    border-radius:10px;
	
}
.titlescript p{margin:30px;}
.resumescript{
	margin: 10px 0 0 150px;
    width: 840px;
    height:100px;
    border: 5px solid #f77601;
    border-radius:10px;
	float:left;
}
input, select, p {margin-left:1em;}