.omf-hero-wrapper {
    margin: 0 auto;
    text-align: center;
    /*border-bottom: 5px solid #eaeaea;*/
    padding: 0px 0px;
}

.omf-tile {
    display: flex;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 7px 10px;
    box-shadow: 0px 0px 4px 1px #dedede;
    width: 32%;
}

.omf-tile select { 
    width: 72px;
    margin-top: 10px;
    font-size: 1em;
    height: 28px !important; 
}

.omf-avatar-wrapper {       
    width: 125px;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    background: border-box;
    position: relative;
    z-index: 1;
}

.omf-avatar-wrapper .omf-avatar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*transition: 0.3s;*/
}

.omf-avatar-wrapper .omf-avatar img {
    width: 100px;
}

.omf-avatar .bg-img {
    width: 100%;
    height: 100%;
    background-position: top;
    /*background-position: center;*/
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px 2px 0 0;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}

.omf-tile-details {
    flex: 1;
    padding-right: 5px;
    padding-left: 10px;
}

.omf-tile-nav {
    display: flex;
    align-items: center;
    padding: 10px;
}

.primary-dtls {
    padding-bottom: 2px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EFEFEF;
  font-style: italic;
  opacity: .5; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #EFEFEF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #EFEFEF;
}


.small-txt-markup {
    background-color: #ef6a00;
    padding: 5px 10px !important;
    font-size: .95em;
    color: white;
    border-radius: 3px;
}

.on .omf-pullout-user-wrapper h1 {
    font-size: 0.95em;
}

#preview-order a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}