.dreamteam-logs { max-width: 1024px; border: 1px solid #cccccc; border-radius: 5px; background: #fff; padding: 25px 15px 15px; position: relative; margin-top: 35px; } .dreamteam-logs strong { font-weight: bold; } .dreamteam-logs .dreamteam-logs-heading { position: absolute; top: 0; margin: 0; left: 30px; padding: 5px 10px; background: #fff; -webkit-transform: translateY(-50%); transform: translateY(-50%); border-radius: 5px; border: 1px solid #ccc; z-index: 9; } .dreamteam-logs .dreamteam-process-top { position: absolute; top: 0; left: 0; right: 0; overflow: hidden; background: #ccc; display: none; border-top-left-radius: 5px; border-top-right-radius: 5px; } .dreamteam-logs .dreamteam-process-top .proccess { width: 0%; height: 5px; background: #00a32a; position: relative; display: block; -webkit-transition: all 1s ease; transition: all 1s ease; } .dreamteam-logs .dreamteam-logs-content { max-height: 500px; overflow-y: auto; } .dreamteam-logs .dreamteam-logs-list { list-style: inside; } .dreamteam-logs .dreamteam-logs-list li.break-line-info { list-style: none; font-weight: bold; display: block; position: relative; overflow: hidden; z-index: 1; } .dreamteam-logs .dreamteam-logs-list li.break-line-info:before { position: absolute; content: ""; z-index: -1; left: 0; right: 0; top: 5px; bottom: 5px; background: #f0f0f0; } .dreamteam-logs .dreamteam-logs-list li.break-line-info span { float: right; margin-right: 50px; background: white; padding: 0 10px; } .dreamteam-logs .blur-text { font-style: italic; color: #edb412; } .dreamteam-logs .dreamteam-span-label { position: relative; padding: 1px 7px; border-radius: 3px; background: #e3e3e3; font-size: 87%; }