#pdf-upload {
            display: yes;
        }

        #options {
            display: none;
        }

        #conversion-progress {
            width: 100%;
            height: 20px;
            margin-top: 10px;
        }

        .page-container {
            position: relative;
            display: inline-block;
            margin: 10px;
            width: 340px;
            background: white;
            padding: 10px;
            border: 2px dashed gold;
            border-radius: 5px;
        }
        #convert-another-btn {
            display: none;
            width: 100%;
        }

        #file-info {
            margin: 30px 0;
            font-size: 16px;
            padding:20px;
            background:white;
            border:2px dashed #C1C1C1;
            border-radius:5px;
        }