#myGoogleMap {
	height: 300px;
	border:1px solid black;
}

.my_header{
    border-radius: 4px;
    padding: 8px;
    border: solid 1px #ccc;
    /*box-shadow:1px 1px 8px rgba(0,0,0,0.4); ;*/
}

.white_header{
    background-color: #eee;
}
.red_header{
    background-color: #fee;
    /*border: solid 1px #cbb;*/
}
.green_header{
    background-color: #efe;
    /*border: solid 1px #bcb;*/
}
.blue_header{
    background-color: #eef;
    /*border: solid 1px #bbc;*/
}
.yellow_header{
    background-color: #ffe;
    /*border: solid 1px #ccb;*/
}
header {
    border-bottom: 1px solid #dee2e6;
}
.jumbotron {
    border-radius: 0;
    background-image: url(../image/bg_alpha.png);
}
.bi-hand-index-thumb {
    display: inline-block;
    transform: rotate(90deg);
}