.map-align {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.map-align img{
	margin:0 auto;
}
.table-responsive{
    border: none;
}
table.network-table {
    width: 100%;
    padding: 40px 0;
    border-spacing: 8px 2px;
    border-collapse: separate;

}
svg a {
    cursor: pointer;
}
svg a:hover path.st1,
svg a.active path.st1 {
    fill: #0d242b !important;
}
svg a:hover g.st2,
svg a.active g.st2 {
    fill: #ffffff;
}
#All {
    float: right !important;
}
@media(min-width:1024px ){
    table.network-table {
    border-spacing: 20px 6px;
    border-collapse: separate;
}
}
.network-table thead th {
    min-width: 250px;
    padding: 10px;
    /*background-color: rgb(218, 226, 232);*/
    background-color:rgba(10, 18, 22, 0.67);
    color: #16c9ec;
    font-size: 20px;
}
.network-table thead th:last-child{
	border-right: none;
}
.network-table tbody td{
	position: relative;
	padding:10px;
	background-color: rgba(18, 26, 30, 0.58);
	color: #007d9a;
	vertical-align: top;
}
.network-table td h3{
	font-size: 18px;
}
.network-table tbody td  span{
	color: #dae2e8;
}
.network-table td a {
    padding: 2px 10px;
    margin: 0 2px;
    background: rgba(51, 51, 51, 0.33);
    border-radius: 10px;
}
.show-detail {
    /*width: 100%;*/
    /*position: absolute;*/
/*    bottom: 0;
    left: 0;
    padding:2px;*/
    background-color:rgba(12, 60, 78, 0.12);
    padding: 10px;
    margin-bottom: 15px;
    
}
.show-detail span {
    display: block;
    margin-bottom: 8px;
}
.hall-title {
    font-size: 16px;
    color: #16c9ec;
}
.show-detail .date {
    padding: 0 10px;
    margin: 0 10px 0 0;
    border-right: 1px solid #403e3e;
   }
.show-detail .dcn {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0; 
    border-right: 1px solid #403e3e;
}
.show-detail .dta{
	padding:0 10px 0 0;
}
@media(min-width:1024px){
    .show-detail{
        /*text-align: right;*/
    }
}