﻿@charset "utf-8";
.elf_progress{
    position: relative;
    background-color: #e5eeef;
    border: 1px solid #dbe5e7;
    border-radius: 4px;
    overflow: hidden;
}

.elf_progress_content{
    width: 96%;
    height: 90%;
    border-radius: 3px;
    overflow: hidden;
}

.elf_progress_content_solid{
    width: 0;
    height: 100%;
    background-color: #73d2e5;
}

.elf_progress_solidText{
    font-size: 16px;
    color: red;
}