.w-full									{ width:		100%;			}
.text-center							{ text-align:	center;			}
.text-right								{ text-align:	right;			}
.inputWrapper select					{ font-size:	18px !important;}
.tilauslista h3, .taulukkoWrapper h3 {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.checkboxWrapper {
	width: 200px;
	display:flex; 
	align-items:center;
}
.checkboxWrapper label {
	margin-bottom: 4px !important;
	font-weight:400 !important;
	margin-left: 2px !important;
}
.tilauslista h2, .taulukkoWrapper h2	{ 
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.hakulomake .inputWrapper				{ margin-top:	20px;			}
.levea									{ padding:		8px 5px;		}
.selite {
	border: 1px solid #505050;
	border-radius: 5px;
	font-size: 16px;
	display: inline-block; 
	margin-bottom: 25px;
	background-color: #f1fff1;
	padding: 15px;
}
.tilaustaulukko {
	width: 100%;
	min-width: 1110px;
	font-size: 16px;
	border: 2px solid #000;
	border-collapse: collapse;
}
.taulukkoWrapper table:not(:first-child) {
	margin-top: 30px;
}
.borderTop {
    border-top: 3px solid green;
}
.taulukkoWrapper {
	margin-top: 40px;
    border-top: 3px solid green;
    width: auto;
    display: inline-block;
    padding-top: 40px;
}
.tilaustaulukko th {
	background-color: #d6d6d6;
	font-weight: bold;
	border: 1px solid #000;
	padding: 12px 20px;
}
.tilaustaulukko	td { 
	border: 1px solid #000;
	padding: 8px 15px;
}
.hakulomake label {
	margin-bottom:	10px;
	display:		block;
	font-weight:	bold;
}
.tilakentat {
	width: 100%;
	margin-bottom: 15px;
}
.checkboxrivi {
	width: 100%;
	display: flex;
}
input[type="submit"]{
	padding:		15px 60px;
    background: 	green;
    color:			#fff;
    border:			0;
    border-radius:	5px;
    margin-top:		20px;
    text-transform:	uppercase;
    font-weight:	bold;
    cursor:			pointer;
}
.pieniNappi{
	padding:		10px 30px !important;
}

@media (min-width: 640px){
	.hakulomake {
		display: flex;
		flex-wrap: wrap;
	}
	.marginLeftSm				{ margin-left: 30px;	}
	.hakulomake .inputWrapper	{ margin-top: 0;		}
}
@media (min-width: 768px){}
@media (min-width: 1024px){}
@media (min-width: 1280px){}
@media (min-width: 1536px){}