/*
Theme Name: Drain Surgery
Theme URI:
Author:
Author URI:
Description:
Version: 1.7
License:
License URI:
Tags:
Text Domain: Drain Surgery

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}