/*
emc admin styles
*/
ul.emc-tab-bar {
	width: 100%;
	padding: 0;
}
 
ul.emc-tab-bar a {
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.71428571;
    font-weight: 600;
    background: #e5e5e5;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}
.emc_settings .updated {
    margin: 10px 5px 20px;
}
ul.emc-tab-bar .emc-tab-active a {
    background: #fff;
    outline: none;
    box-shadow: none;
}
.emc_settings .welcome-panel {
background:url('../img/emc-bg.svg');    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff !important;
    display: block;
    width: 100%;
}

.instructions{
    background-image: url("../img/Screenshot_1.png");
    width: 45%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff !important;
    display: block;
    height: 500px;
} 