        table.projects {
            width:70%;
            border: 0px;
        }

        caption.projects {
            font-weight: bold;
            color: #333;
            font-size:20pt;
        }

        td.projects {
            border: 0px;
            padding: 0px;
            width: 35%;
            text-align: center; /* Centers the content horizontally */
            vertical-align: middle; /* Centers the content vertically */
        }

        td.projects3 {
            border: 0px;
            padding: 0px;
            width: 30%;
            text-align: center; /* Centers the content horizontally */
            vertical-align: middle; /* Centers the content vertically */
        }


        figure.projects {
            margin: 0;
            display: inline-block;
        }

        img.projects {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto 10px auto; /* Centers image and adds space below */
            border-radius: 4px;
        }

        figcaption.projects {
            font-family: sans-serif;
            font-weight: bold;
            color: #333;
        }
