/* Add here all your CSS customizations */
aside.sidebar_my {
    background-color: #6d1627;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 5px;
}

aside.sidebar_my_two{
    background-color: #e4f7d2;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 5px;
}

p.white {
	color: #FFF;
}
p.bordeauxHeaderInfo {
    padding-top: 40px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
	color : #6d1627;
}
h4.myHeader {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 15px;
    margin: 0 0 0 0;
    color: #6d1627;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 5px;

}
h5.myHeader {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 15px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    color: #7F8285;
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

}

#header .header-column-my {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* POPUP */

.white-popup{
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
