/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/10/20, 17:03:21
    Author     : Administrator
*/

body{
    font-family: Meiryo, Tahoma, Roboto, 'Droid Sans',Verdana, Arial, sans-serif;
}

td ul{
        list-style:none;
        padding:0;
}

.beauty-table input {
    text-align: left;
}
.site-list{
    list-style: none;
}

.site-list li{
    margin-bottom: 0.5rem;
}
.site-list li:last-child{
    margin-bottom: 0;
}

.packages-list{
    font-weight:initial;
}
.packages-list span{
    margin-right: 0.5rem;
}
.packages-list span:last-child{
    margin-right: 0rem;
}