@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

body {
    font-family: Lato, sans-serif;
    background: #ffffff;
    color: #55779f;
    text-shadow: 1px 1px 1px rgba(52, 67, 147, 0.17);
}

.search {
    color: black;
    text-shadow: none;
    border: 2px #7aafed solid;
    border-radius: 15px;
    background: white;
    margin: 10px 0px 2px 0px;
    padding: 5px 5px 5px 5px;
    min-height: 25px;
}

.sub {
    color: #e1e3ff;
    font-size: 10pt;
}

.tokchi-dropdown {
    padding:0;
    margin: 0;
    border: 1px grey solid;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: auto;
    background-color: #ffffff;
}

.tokchi-dropdown-item {
    line-height: 1;
    cursor: pointer;
    height: 32px;
    padding: 5px;
    list-style: none;
    margin: 5px;
    background: #758995;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.tokchi-dropdown-item-selected {
    background: #7aafed;
    box-shadow: 3px 3px 3px #4b261e; 
}

.tokchi-token {
    display:inline-block;
    line-height: 1.2;
    background: #ffffff;
    border-radius: 15px;
    border: solid 2px #0081c6;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    font-size: 10pt;
    color: #2567b4;
    padding:2px 5px 2px 10px;
    margin:2px;
}

.tokchi-token-close-button {
    cursor: pointer;
    content: '⊗';
    color:#2567b4;
    opacity: 0.5;
    font-size: 12pt;
    padding-left:10px;
}

