/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.Fcolor03 {
    color: #F00;
}
.submit-wp {
    text-align: center;
}
.submit-wp input {
	border: 1px solid #666;
    padding: 4px 10px;
    color: #666;
    cursor: pointer;
    background: #E6E6E6;
    border-radius: 3px;
}
#request-page table,
#yeucau table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted #524B73;
    font-size: 14px;
}
#request-page table th,
#yeucau table th{
    background: #f3f3f3;
    padding: 5px;
    border: 1px dotted #524B73;
    vertical-align: middle;
    color: #524B73;
    text-align: center;
	min-width: 80px;
}
#request-page table td,
#yeucau table td{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px dotted #524B73;
    vertical-align: middle;
}

#request-page input[type=text], #request-page textarea, #request-page select,#request-page input[type=email],
#yeucau input[type=text], #yeucau textarea, #yeucau select,#yeucau input[type=email] {
    border: 1px solid #666;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
}
@media(max-width: 991px) {
	#request-page table,
	#yeucau table {
		width: 100%;
	}
	#request-page form,
	#yeucau form {
		overflow-y: auto;
	}
}
