/*

Theme Name: ScreenAway Blinds Theme
Version: 1.0.0
Author: Salt Web Design Ltd
Author URI: https://wearesalt.co.uk/

*/

  	.table-list {
        width: 100%;
		text-align: left !important;
    }
    .table-list img {
        max-width: 80px !important;
        float: left !important;
        margin-right: 20px !important;
        margin-bottom: 30px !important;
    }
    .table-list td {
        text-align: left !important;
        vertical-align: top !important;
        display: inline-block !important;
        margin-right: 30px !important;
		line-height: 1.3 !important;
    }

    .table-list ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        float: right !important;
    }
	.table-list span {
		float: right !important;
		padding: 0 !important;
		width: 270px !important;
	}
@media screen and (max-width: 991px) {
	.table-list {
		width: 90% !important;
	}
}
@media screen and (max-width: 500px) {
	.table-list {
		width: 100% !important;
	}
	.table-list td {
		margin-right: 0 !important;
	}
	.table-list img {
		max-width: 70px !important;
	}
	.table-list td {
		font-size: 13px !important;
		line-height: 1.5 !important;
	}
	.table-list span {
		width: 200px !important;		
	}
}

