.currencyr {
position: fixed;
z-index: 2147483647;
} .currencyr .currencyr-container,
.currencyr .currencyr-container li {
line-height: 1;
position: relative;
} .currencyr .currencyr-beak {
display: block;
position: absolute;
width: 11px;
height: 7px;
z-index: 1;
} .currencyr .currencyr-close {
position: absolute;
display: block;
width: 16px;
height: 16px;
top: 0;
right: 0;
margin-top: -8px;
margin-right: -8px;
cursor: pointer;
cursor: hand;
z-index: 99999;
}
.currencyr .currencyr-direction-top .currencyr-close {
top: auto;
bottom: 0;
margin-top: auto;
margin-bottom: -8px;
} .currencyr .currencyr-converter {
position: relative;
}
.currencyr .currencyr-converter-content {
overflow: hidden;
} .currencyr .currencyr-amount {
text-align: right;
height: 1em;
margin-right: 5em;
} .currencyr .currencyr-code {
height: 100%;
position: absolute;
top: 0;
right: 0;
} .currencyr .currencyr-toggle {
width: 11px;
height: 8px;
position: absolute;
top: 50%;
margin-top: -4px;
} .currencyr .currencyr-currency {
cursor: default;
display: block;
position: relative;
z-index: 1;
} .currencyr .currencyr-codes {
display: none;
position: absolute;
left: -1px;
overflow: hidden;
} .currencyr .currencyr-code:hover .currencyr-codes {
display: block;
} .currencyr .currencyr-enclosure-top,
.currencyr .currencyr-enclosure-bottom {
position: absolute;
height: 1px;
width: 68px;
z-index: 3;
}
.currencyr .currencyr-enclosure-top {
top: 0;
}
.currencyr .currencyr-enclosure-bottom {
bottom: 0;
} .currencyr .currencyr-dropdown {
position: relative;
top: -1px;
z-index: 2;
} .currencyr .currencyr-dropdown ul {
list-style: none;
padding: 0;
margin: 0;
position: absolute;
}
.currencyr .currencyr-dropdown li {
cursor: default;
position: relative;
} .currencyr .currencyr-dropdown li span {
visibility: hidden;
position: absolute;
left: 100%;
top: 0;
white-space: nowrap;
font-size: 80%;
}
.currencyr .currencyr-dropdown li:hover span {
visibility: visible;
} .currencyr .currencyr-remember input,
.currencyr .currencyr-remember label {
vertical-align: top;
}
.currencyr .currencyr-remember input {
margin: 0;
}
.currencyr .currencyr-remember label {
font-size: 80%;
line-height: 1.3;
margin: 0;
}.currencyr .currencyr-container {
font-family: "Helvetica Neue", Helvetica;
border: 1px solid #ccc;
border-top-color: #e7e7e7;
border-left-color: #e7e7e7;
border-radius: 3px;
background: #fafafa; background: -moz-linear-gradient(top,  #fafafa 0%, #ececec 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#ececec)); background: -webkit-linear-gradient(top,  #fafafa 0%,#ececec 100%); background: -o-linear-gradient(top,  #fafafa 0%,#ececec 100%); background: -ms-linear-gradient(top,  #fafafa 0%,#ececec 100%); background: linear-gradient(to bottom,  #fafafa 0%,#ececec 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec',GradientType=0 ); box-shadow: inset 1px 1px 0 rgba(255,255,255,.5), 1px 2px 2px rgba(0,0,0,.075);
text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}
.currencyr .currencyr-container,
.currencyr .currencyr-container li {
font-size: 14px;
color: #333;
}
.currencyr .currencyr-converter {
border-radius: 3px 3px 0 0;
}
.currencyr .currencyr-direction-top .currencyr-converter {
border-radius: 0 0 3px 3px;
}
.currencyr .currencyr-amount,
.currencyr .currencyr-currency {
padding: 7px 10px;
box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.5);
}
.currencyr .currencyr-amount,
.currencyr .currencyr-code {
font-weight: bold;
}
.currencyr .currencyr-beak,
.currencyr .currencyr-direction-top .currencyr-beak {
background-image: url(//jeanettewilson.com/wp-content/plugins/currencyr/assets/css/themes/light/sprite.png);
background-position:  left top;
background-repeat: no-repeat;
}
.currencyr .currencyr-direction-top .currencyr-beak {
background-position: 0 -7px;
}
.currencyr .currencyr-code {
border-left: 1px solid #e7e7e7;
}
.currencyr .currencyr-toggle {
background: url(//jeanettewilson.com/wp-content/plugins/currencyr/assets/css/themes/light/sprite.png) -11px top no-repeat;
}
.currencyr .currencyr-direction-top .currencyr-toggle {
background: url(//jeanettewilson.com/wp-content/plugins/currencyr/assets/css/themes/light/sprite.png) -11px -7px no-repeat;
}
.currencyr .currencyr-codes ul {
background: #f4f4f4;
border: 1px solid #e0e0e0;
border-right-color: #ccc;
}
.currencyr .currencyr-codes li {
padding: 5px 10px;
box-shadow: inset 1px 0 0 0 rgba(255,255,255,.5);
}
.currencyr .currencyr-codes li:hover {
background: #e7e7e7;
}
.currencyr .currencyr-codes li span {
background: #eee;
padding: 4px 10px;
border: 1px solid #ccc;
font-weight: normal;
border-radius: 0 3px 3px 0;
line-height: 14px;
color: #777;
box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.currencyr .currencyr-close {
background: url(//jeanettewilson.com/wp-content/plugins/currencyr/assets/css/themes/light/sprite.png) -22px 0 no-repeat;
}
.currencyr .currencyr-enclosure-top {
background: #ccc;
box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.currencyr .currencyr-enclosure-bottom {
background: #ccc;
}
.currencyr .currencyr-direction-top .currencyr-enclosure-top {
box-shadow: 0 1px 0 0 rgba(255,255,255,.5);
}
.currencyr .currencyr-direction-top .currencyr-enclosure-bottom {
box-shadow: 0 -1px 3px rgba(0,0,0,.15);
}
.currencyr .currencyr-dropped {
background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 ); }
.currencyr .currencyr-remember {
border-top: 1px solid #ccc;
padding: 5px 10px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 ); }