/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

input.refreshbutton {
    width: 7rem;
    height: 2.5rem;
    font-size: 20px;
    padding: 2px;
    position: fixed;
    top: 5px;
    right: 5px;
}

table {
    display: table !important;
    width: 100% !important;
}
td {
    width: 50%;
}

span.item-first:before,
span.item-first:after,
span.item-second:after
{
    content: "'";
}
span.item-second:before {
    content: " / '";
}
