/*button {
    display: inline-block;
    margin: 0 auto;
    padding: 50px;
    padding-right: 50px;
    padding-left: 50px;
    width: 90%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
*/
.bot {
    position: absolute;
    bottom: 50px;
}


.l-box {
    padding-left: 2em;
}

.footer {
    position:absolute;
    bottom:70px;
}

.right {
    right:30px;
}

.left {
    left:10px;
}

.left2 {
    left:120px;
}

.refs {
    bottom:250px;
    /*width: 80%*/
    text-align: center;
}


.wrapper-hor-grid-div {
    display: table;
    margin: 0 auto;
    width: 75%;
}

.med-cls-div {
    padding: 2px 2px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}

.med-cls-div button{
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  text-align: center;
  min-width: 240px;
  min-height: 80px;
  white-space:normal !important;
  word-wrap:break-word;
}


.title-div {
      text-align: center;
      padding: 2px 2px;
      min-height: 80px;
}

.logo { 
        width: 100px; 
        height: 100px; 
        position:absolute;
        bottom: 70px;
}

.logo-tc {
    background-color: transparent !important; 
}

.logo-tr {
    background-color: transparent  !important;
}

.logo-tb {
    width: 130px;
    height: auto;
}

.logo-tb-big {
    width: 170px;
    height: auto;
};