
h2{
    margin-top:10px;
}
.bg_grey{
    background-color: #F2F2F2;
}
.bg_brown{
    background-color: #663300;
}
.bg_blue{
    background-color:#002060;
}
.text_color_brown{
    color:#663300;
}
.text_color_blue{
    color:#002060;
}
.text_color_yellow2{
    color:#EEEE00;
}
.text_color_grey{
    color:#333333;
}
.font_medium_size{
    font-size: 2em;
}
.font_min_size{
    font-size: 1.5em;
}
.stretch_img_in_div{
    width: 100%;
    display: block;
}

td{padding-bottom:10px;}
td + td { text-align: right }
/*same height*/
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
  }
  .row > [class*='col-'] {
    
    flex-direction: column;
  }
  /*end css style for same height*/

    /* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
