/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    http://www.airansoft.com
 Description:  A child theme of Twenty Nineteen WordPress theme.
 Author:       AiranSoft
 Author URI:   http://www.airansoft.com
 Template:     twentynineteen
 Version:      1.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentynineteen/style.css");
.courses{max-width: 100% !important;}
.courses tr:nth-child(even) {background-color: #f2f2f2;}
.course_image{width: 100px;}
.input-group label {
    width: 25%;
    display: inline-block;
	font-size: 19px;
}

.input-group textarea {
    display: inline-block;
    width: 32%;
	font-size: 19px;
}
.input-group input {
    height: 30px;
    font-size: 19px;
    width: 32%;
}
.input-group input[type="submit"] {
    height: auto;
    display: inline-block;
    margin-top: 20px;
}

.message.error{
	background-color: pink;
    padding: 5px 15px;
    border: 1px solid #ff0000;
    border-radius: 5px;
}

.message.success {
    background-color: #00801d33;
    padding: 5px 15px;
    border: 1px solid green;
    border-radius: 5px;
}