
.selection-bar .selection-img{
  position: relative;
//  margin-left: 17%;
  text-align:center;
//  margin-top: 20px;
//  margin-bottom: 20px;
//  border: solid 1px lightgray;
//  border: solid 1px red;
//  background: #e1e1e1;
  width: 200px;
  height: 220px;
  padding: 10px;
//  -moz-border-radius: 20px;
//  -webkit-border-radius: 20px;
//  -khtml-border-radius: 20px;
//  border-radius: 10px;
//  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
//  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
//  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.selection-wrapper{
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-left: 17%;
  text-align:center;
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 1px lightgray;
  background: #e1e1e1;
//  width: auto;
//  height: 250px;
  padding: 5px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.footer-wrapper{
  display: block;
  position: relative;
  text-align: right;
}

.notify-area{
  position: relative;
  display: inline-block;
  text-align: center;
  min-height: 32px;
//  border: solid 1px red;
}

.footer-area{
  position: relative;
  display: inline-block;
  margin-top: 5px;
  text-align: right;
  min-height: 22px;
//  border: solid 1px red;
}

.footer-icon{
  position: relative;
  display: table-cell;
  padding-left: 2px;
  padding-right: 2px;
}

.notify-icon{
  position: relative;
  display: table-cell;
  padding-left: 2px;
  padding-right: 2px;
//  border: solid 1px green;
}

.image-area{
  position: relative;
  display: inline-block;
  text-align: center;
//  border: solid 1px blue;
}

.image-area:hover {
    cursor: pointer;
}

.image_wrapper{
  position:relative;
  width:100%; 
  display: table-cell;
//border: 1px solid green
}

.info-area{
  position: relative;
  display: inline-table;
//  border: solid 1px magenta;
  overflow: hidden;
  width: 200px;
}

.icon-notify{
//  border: solid 1px red;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.info-block{
  text-align: left;
  margin-bottom: 10px;
}

.text-info{
  text-align: left;
}

.row-info{
  display: inline-block;
//  border: solid 1px gray;
  cursor: default;
}

.red{
	color: red;
	font-weight: bold important!;
}

.value{
	float: right;
}

p.info-block{
    font-family:"Arial",Georgia,Serif;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0px;
}

h1.info-block{
    font-family:"Arial",Georgia,Serif;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0px;
}

p.row-info {
    font-family:"Arial",Georgia,Serif;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0px;
}

h1.row-info {
    font-family:"Arial",Georgia,Serif;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0px;
}

.selection-bar{
  display: table;
  position: relative;
//  border: solid 1px gray;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-class{
  display: block;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-notify {
    position:relative;
    display: block;
//    border: 1px solid orange;
    float:left; /* optional */
}

.image-notify .text-notify {
    position:absolute;
    z-index: 2000;
    display:table;
    text-align:center;
    font-family:Arial,Georgia,Serif;
    font-size: 0.8em;
    font-weight: bold;
//    text-shadow: -1px 0 black, 0 1px black, 1px 0 gray, 0 -1px black;
    color: #4d4d4d;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
//    border: 1px solid MediumPurple;
    cursor: default;
}
