/*
 Theme Name: Transact Support
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme for Transact Support
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.page-template-page-warranty-status #main-content{background:#f5f7fa !important;}

.warranty_status table{border:1px solid #000;border-radius:5px;}
.warranty_status td{background:#fff;border-top:1px solid #000;}

.warranty_status textarea{width:100%;}
.warranty_status input[type='submit']{background:#1155dd;border:#1155dd 1px solid;padding:10px 14px;border-radius:5px;color:#fff;}
@media (hover:hover){.warranty_status input[type='submit']:hover{background:#1199ff}}