/* Basic admin styles for Shopify Importer */
.swms-logs h3{
    margin-top: 60px;
}
#swms-log-output {
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    font-family: monospace;
}
.progress{
    background: #ccc;
    /*position: absolute;*/
    width: 100%;
    text-align: center;
}
.progress-bar {
  background-color: #66da81 !important;
  box-shadow: none         !important;
    line-height: 30px;
}
.progress-percent{
    position: relative;
}
.swms-progress{
    text-align: center;
}