@charset "utf-8";
/* CSS Document */

#langs { display:inline-block; list-style-type:none; }
#langs * { font-size:14px; line-height:normal; text-transform:uppercase; font-weight:bold; display:inline-block; }
#langs li { display:inline-block; margin-left:15px; }
#langs li:first-child { margin:0; }
#langs a { background-color: #108ca3; color:#fff; padding:0px 20px; text-decoration: none; line-height: 40px; border-radius:3px; }
#langs a:hover { background-color: #095e6e; }
#langs span {  background-color: #faa61a; color:#108ca3; cursor:default; user-select: none; padding:0px 20px; line-height: 40px; border-radius:3px; }

