@charset "utf-8";
/* CSS Document */

.hosting p span{ font-size:12px;}
.hosting_title{color:#01698f;font-weight:bold;}
.img_f{ margin-right:5px;}


.table_hosting > thead > tr > th {
    background-color: #c7c7c7;
    border-bottom: 2px solid #ddd;
    color: #fff;
    vertical-align: middle;
}
.table_hosting > caption + thead > tr:first-child > th, .table_hosting > colgroup + thead > tr:first-child > th, .table_hosting > thead:first-child > tr:first-child > th, .table_hosting > caption + thead > tr:first-child > td, .table_hosting > colgroup + thead > tr:first-child > td, .table_hosting > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}
.table_hosting > thead > tr > th, .table_hosting > tbody > tr > th, .table_hosting > tfoot > tr > th, .table_hosting > thead > tr > td, .table_hosting > tbody > tr > td, .table_hosting > tfoot > tr > td {
    vertical-align: middle;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table_hosting > thead > tr > th, .table_hosting > tbody > tr > th, .table_hosting > tfoot > tr > th, .table_hosting > thead > tr > td, .table_hosting > tbody > tr > td, .table_hosting > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}