/**
Theme Name: Divi Child
Author: The VMT
Author URI: https://thevmt.org
Description: The VMT's Courses Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child
Template: Divi
*/

@import url("../Divi/style.css");

*/REGISTRATION/*
               * 
.learndash-wrapper .ld-login-modal {
    margin: 40% 50% 40px 50%;
}

.learndash-wrapper .ld-modal {
    width: 70%;
 }

.learndash-wrapper .ld-button {
    max-width: 200px !important;
}

.learndash-wrapper .ld-login-modal input[type='text'], 
.learndash-wrapper .ld-login-modal 
	padding: 0.4em;
}

.vmt-progress-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px; /* adds vertical space after button */
}

.vmt-progress-table th,
.vmt-progress-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.vmt-progress-table th {
  background: #f9f9f9;
  text-align: left;
}

.vmt-progress-table td:nth-child(2),
.vmt-progress-table td:nth-child(3) {
  text-align: center; /* center align Status and Date columns */
}