div.dugmeButonu
{
display:inline-block;
}






div.dugmeButonu:hover
{
cursor:pointer;

}

div.dugmeButonu:hover div.dugmeButonunYazisi
{
text-decoration:underline;
}


div.dugmeButonunIkonu
{
float:left; 
}

div.dugmeButonunYazisi
{
float:left; 
margin:2px 0 0 4px;
}



span.dugmeSpani
{
font-family:Open Sans;
color:blue;
font-size:16px;
cursor:pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}







span.dugme1Spani::after
{
content: " Aç";
}

i.dugme1I:before
{
font-family:FontAwesome;
font-style:normal;
content:"\f204";
font-size:24px; 
color:#418723;
cursor:pointer;
}




span.dugme2Span
{
font-family:Open Sans;
color:blue;
font-size:16px;
cursor:pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

span.dugme2Span:hover, span.dugme2Span:focus, span.dugme2Span:active 
{
}

span.dugme2Span:after
{
content: " Kapa";
}

i.dugme2I:before
{
font-family:FontAwesome;
font-style:normal;
content:"\f205";
font-size:24px; 
color:#418723;
cursor:pointer;
}