﻿table.switch-list
{
    width: 100%;
}

table.switch-list td:first-child, table.switch-list td:last-child
{
    width: 45%;
}

table.switch-list td:nth-of-type(2)
{
    text-align: center;
}

table.switch-list .left-list, table.switch-list .right-list
{
    width: 100%;
}

table.switch-list .move-right, table.switch-list .move-left
{
    width: 90px;
    margin-bottom: 5px;
}

