html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1;font-family: Arial,Helvetica,sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
.wrapRotaciok {
    border-radius: 5px 5px 5px 5px;
    height: 90px;
    padding: 2px;
	margin:8px 0;
}
.wrapRotaciok div {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px #c5c5c5;
    cursor: pointer;
    display: inline-block;
    margin: 4px;
    font-weight: bold;
    width: 36px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
}
.wrapRotaciok div:hover{
	background-color: #c4d2de;
}
.wrapOsszesmuvelet{
	float:left;
	width:290px;
	padding:0px 0px 0px 7px;
}
#muveletMagyarazat{
	background: url("rubiks_cube_notation.png") no-repeat scroll 0 -141px transparent;
	float:left;
	width:130px;
	height:109px;
	margin: 8px 15px 0 10px;
	text-shadow: 0 0 5px #FFFFFF;
}
#roviditesMagyarazat{
	height:65px;
	margin-top:140px;
	text-shadow: 0 0 5px #FFFFFF;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
#wrapMuveletek {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #000000 inset;
    font-weight: bold;
    padding: 3px 0 0 3px;
    text-shadow: 0 0 5px #FFFFFF;
    height:40px;
	background-color: #CCDDDD;
}
.vezerloPult {
    padding: 4px;
    border-radius: 10px;
    margin: auto;
    width: 460px;
    box-shadow: 0 0 35px #b9b9b9 inset;
    font-size: 13px;
}
.clearboth{clear:both;}
@media screen and (max-width: 470px){
.vezerloPult {
    width: auto;
}	
.wrapRotaciok div{
    width: 26px;
    line-height: 26px;}
.wrapOsszesmuvelet {
    width: 230px;
}
}
@media screen and (max-width: 400px){
.wrapRotaciok div{
    width: 23px;
    line-height: 23px;}
.wrapOsszesmuvelet {
    width: 120px;
}
.wrapRotaciok {
    height: auto;
    margin: 0;
}	
}
