body{
    background: #343d46;
    max-width: 100%;
    margin: 0 auto;
}

.search-box{
    width: 300px;
    height: 50px;
    margin: 30px auto 10px auto;

    white-space: nowrap;
    position: relative;
}
.search-box:hover #search{
    outline:none;
    background: #ffffff;
    color: #63717f;
}

#search_icon{
    position: absolute;
    width: 40px;

    margin-left: -45px;
    margin-top: 5px;
}

#search{
    width: 300px;
    height: 50px;
    background: #2b303b;
    border: none;
    font-size: 25pt;
    float: left;
    color: #ffe500;
    padding-left: 30px;
    border-radius: 25px;

    transition: background .55s ease;
}
#search:focus, #search:active{
    outline:none;
    background: #ffffff;
    color: #63717f;
}

.number {
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 125%;
}

.address {

}

.truncation {
    text-shadow: 1px 1px;
    font-weight: bold;
    font-size: 125%;
}

.value {
    color: green;
    font-weight: bold;
}

.redeemed {
    font-weight: bold;
}
/**/
#fiat {
    color: green;
    font-size: larger;
}

.priceDiv div {
    display: inline;
}

.priceDiv {
    background-color: white;
    border: solid 1px black;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 10px 10px 5px #888888;
}

div.framePadding {
    padding: 20px;
}

div.frame {
    text-align: left;
    max-width: 500px;
    background-color: white;
    border: solid 1px black;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 10px 10px 5px #888888;
}

.unitDiv {
    width: 30px;
    text-align: right;
    border: solid 1px grey;
    border-radius: 5px;
    padding-right: 5px;
}

.unitDiv:hover {
    border: solid 1px black;
    border-radius: 5px;
}

.headerClass {
    margin: auto;
}

.timeStamp {
    font-size: small;
}

.satoshiClick {
    cursor: pointer;
    color: blue;
}

.cellRight {
    text-align: right;
}

.table {
    margin: auto;
}

.cellSatoshis {
    text-align: left;
    padding-left: 25px;
    color: green;
}

#usd {
    border: 3px solid green;
    font-size: 150%;
    color: blue;
    text-align: right;
}

/*
.headerDiv {
    border-bottom: solid 1px grey;
    width: 100%;
    margin-top: -20px;

}

.internalFrameDiv {
    padding: 10px;
}
*/
