/* * This file is part of Linode Manager Classic. * * Linode Manager Classic is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Linode Manager Classic is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Linode Manager Classic. If not, see . */ @import url('/global.css'); #invoice { padding: 0 15px 15px; } #invoice-table td:nth-of-type(4) { text-align: center; } #invoice-table td:nth-of-type(5) { text-align: center; } #invoice-table td:nth-of-type(6) { text-align: right; } #invoice-table td:nth-of-type(7) { text-align: right; } #invoice-table td:nth-of-type(8) { text-align: right; } .lmc-table tbody:not(.lmc-tbody-head) tr:last-of-type { border-bottom: 1px solid #E8E8E8; } #totals { margin: 20px 0 0 auto; text-align: right; } #totals td { padding: 5px; } #totals tr:last-of-type { font-weight: bold; }