body{
                background: #2d8dab;
                font-family: verdana, sans-serif, arial;
            }
            .exp-content{
                padding: 10px;
                width:300px;
                border-radius: 5px;
                background: #fff;
                margin:auto;
				margin-top:50px;
            }
            .exp-container{
                padding: 10px;
                border-radius: 5px;
                background: #fff;
                margin: auto;
            }
            .exp-list-table{
                width:100%;
            }
            .exp-list-table tr:nth-child(even){
                background-color:#f3f3f3;
            }
            .exp-list-table,.exp-list-table th,.exp-list-table td{
                border:1px solid lightgrey;
                border-collapse:collapse;
               
            }
            .exp-table{

                text-align: left;
            }
            .exp-table input[type="text"], .exp-table input[type="number"], .exp-table input[type="email"], .exp-table input[type="password"],
            .exp-table select{
                border-radius: 3px;
                color: #f50064;
                font-size: 15px;
                font-weight: bold;
                padding: 8px;
                width: 250px;
                border:1px solid lightgrey;
                
            }
            .exp-table button{
                
                padding: 10px 20px;
                background-color: #05756c;
                border-radius: 3px;
                border:1px solid #05756c;
                color: white;
                cursor: pointer;
            }